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


Please Help Members By Posting Answers For Below Questions

what is *place and *auto keyword in prtf ?plz explain

2825


what is the use of sflnxtchg?

895


what is the rpg system?

767


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

2603


what is an online rpg?

845






are there any useful c runtime apis that I can call from rpg iv?

785


explain sflclr, sflend, sfldlt, and sflcsrrrn?

973


can I touch the array during treatments?

847


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.

2146


how do I preserve and clean the array?

748


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?

610


What is ment by record level identifier?

746


what are the key words you must use when using a subfile?

777


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

644


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?

618