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?



Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to sub..

Answer / rihana

RTVJOBA

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More RPG400 Interview Questions

How to call one program from another program in RPG? please help me with the code

0 Answers   HCL,


Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?

7 Answers  


what is the difference between the procedure and module in ILERPG?

4 Answers  


what is the necessary keyword needed to scroll subfile records?

0 Answers   IBM,


How Chain operation copies the record's data to the input buffer for the program?

0 Answers   IBM,






I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.

1 Answers  


1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword

1 Answers   CSC, CTS,


HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?

1 Answers   TCS,


Can we create 300 logical files based on a single physical file using the CRTLF command only once?.

8 Answers  


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


How do I read records from Subfile? what is the purpose of READC explain with example?

4 Answers   IBM,


Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any

2 Answers   Satyam,


Categories