Q1.How we can copy the data of file one session to another
session?
Q2.how we can execute a loop infinitely in AS/400 coding?
Q3.In ALDON tool,multitask is posible on a perticular
object by the user?

Answer Posted / venkat b

Q2.how we can execute a loop infinitely in AS/400 coding?

Loop with a condition which is always true.

DOW '1'
//whatever
ENDDO

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between iter and do?

938


how do you use commitment control in rpg?

992


What is the purpose of record level identifier?

904


How to declare the pull button in AS/400..

2111


What is ment by record level identifier?

866


how do I declare a table or array in rpg iv?

939


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2747


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2271


what is a rpg?

919


When it is desirable to describe files Internally?

1397


How many program bind in one module....

2360


what is an online rpg?

984


explain sflclr, sflend, sfldlt, and sflcsrrrn?

1091


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

948


which program rpg or cl is efficent to update a transaction onto a database file and why ?

987