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
what is *place and *auto keyword in prtf ?plz explain
what is the use of sflnxtchg?
what is the rpg system?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is an online rpg?
are there any useful c runtime apis that I can call from rpg iv?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
can I touch the array during treatments?
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.
how do I preserve and clean the array?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
What is ment by record level identifier?
what are the key words you must use when using a subfile?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
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?