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 was the robotech rpg?
how can you display specific subfile page on the screen in unequal subfile?
can I touch the array during treatments?
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?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How to call one program from another program in RPG? please help me with the code
How can we override a file during runtime in rpg?
When it is desirable to describe files Internally?
How many program bind in one module....
How can we know running job is batch or interactive?
what are the key words you must use when using a subfile?
how do I preserve and clean the array?
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 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
what happens when sflsiz = sflpag? What are the advantages and disadvantages?