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 / samul
Using SNDPGMMSG in SBMJOB using MSGTYPE(*COMP) and In PGMB
receive the msg from pgmq if it is *COMP then sbmjob
completed normally.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
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?
can you debug ile rpg program using isdb?
How to declare the pull button in AS/400..
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do I declare a minor?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is data area and how it is used in rpg program ?
what is the rpg system?
How Chain operation copies the record's data to the input buffer for the program?
What is the difference between iter and do?
how can I tell when to replace the array?