In ProgramB there is a SBMJOB, which is a call to program C
.There is also a CALL to program D from B. How would you
check the program C has been executed in D?
Answer Posted / david lex
On submission of program C, collect the job information.
Pass it to program D/load it in a data file/etc, then have
program D check the status of that job using a CL command
or an API.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How can we override a file during runtime in rpg?
How to write record if no field or the field are different in physical file in rpgle ?
what do you mean by an input subfile, what are the keywords required?
how do I preserve and clean the array?
How to call one program from another program in RPG? please help me with the code
how do I declare a table or array in rpg iv?
What is difference between bind by copy and bind by reference?
what is the difference between do while and do until?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
When it is desirable to describe files Internally?
how can I tell when to replace the array?
What is the difference between iter and do?