I have one cl program which calls two rpg programs named a &
b. I am loading a run time array in Pgm A and the control
comes back to cl pgm. i call pgmb and I want to read the
runtime array in pgmb which was loaded in pgma. How it can
be acheived. I should not use any intermediate file or
dataarea to store the loaded values.
Answer Posted / ravi kumar
Hi joy mukherjee,
Can you explain clearly?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to call one program from another program in RPG? please help me with the code
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
What is the difference between copybooks and subprocedures in as400?
how does the rpg element work?
What is the difference between iter and do?
What is file identifier where we can use?
what is kids-rpg?
can you debug ile rpg program using isdb?
are there any useful c runtime apis that I can call from rpg iv?
How to write record if no field or the field are different in physical file in rpgle ?
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?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is program status data structure?
what is *place and *auto keyword in prtf ?plz explain
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.