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.

Answer Posted / rahul kumar

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

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of job statement in jcl?

724


Must tape dataset definitions include vol=ser specifications?

1138


What is notcat 2 - gs?

1056


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7821


What does a disposition of (MOD,DELETE,DELETE) mean ?

762






What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

765


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1013


How to pass data to a program that is coded in an exec statement?

926


Explain the function of a dd statement?

750


What is the purpose of the dd keylen parameter?

819


Name a few IBM utility programs, and explain its function.

4538


What is the purpose of dd?

824


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1862


How can a fb file convert to vb file using sort program?

922


how do you code a null statement?

878