IBM RPG400 Question:
Download Questions PDF

Suppose I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program?

Answer:

Write a CL program in which u have to submit the 'A' job
after completion you can write code for 'B' and after 'C'

Download IBM RPG400 Interview Questions And Answers PDF

Previous QuestionNext Question
Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF?What is difference between Bind by copy and bind by reference?