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
What is the function of job statement in jcl?
Must tape dataset definitions include vol=ser specifications?
What is notcat 2 - gs?
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?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
//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 /*
How to pass data to a program that is coded in an exec statement?
Explain the function of a dd statement?
What is the purpose of the dd keylen parameter?
Name a few IBM utility programs, and explain its function.
What is the purpose of dd?
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) ?
How can a fb file convert to vb file using sort program?
how do you code a null statement?