Q1.How to read the Array?
Q2.How to copy the content of one Array to another Array?
Answer Posted / jayaprahu
you can read the array or copy the contents of one array to
another array by using the Subscrpt or index
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How can we override a file during runtime in rpg?
what do you mean by an input subfile, what are the keywords required?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
how do I preserve and clean the array?
How to declare the pull button in AS/400..
What is the difference between iter and do?
What is ment by record level identifier?
what is an online rpg?
what is the use of sflnxtchg?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what is the difference between do while and do until?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?