How to submit multiple jobs. These jobs are members in PDS.
The second job should run if the first job runs
successfully and so on.



How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first..

Answer / rahul kumar

use INTRDR.. see teh systax on how to use it.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More JCL Interview Questions

Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?

3 Answers   IBM,


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.

2 Answers   Syntel,


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  






what are JCLLIB and STEPLIB in JCL?

0 Answers  


Explain about LMGET�read a logical record from a data set

1 Answers  


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


What are hierarchy levels in jcl?

0 Answers  


what is the difference between perform varying and perform

1 Answers  


what is the difference between return code and maxcc?

2 Answers   iGate,


Categories