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
are there any useful c runtime apis that I can call from rpg iv?
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?
how can I tell when to replace the array?
What is the difference between copybooks and subprocedures in as400?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is the purpose of record level identifier?
what are the key words you must use when using a subfile?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
Explain mdt?
can you debug ile rpg program using isdb?
What is a record lock error?
How Chain operation copies the record's data to the input buffer for the program?
how do you use commitment control in rpg?
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?