Answer Posted / pradeep
The IEBGENER can be used to call one JCL from another JCL,
example:
//TEST003 JOB 'SORT002',MSGCLASS=X,CLASS=T
//*
//STEP001 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD DUMMY
Here the TEST003 Job when submitted, we inturn submit the
JCL member XXX.GENERAL.STUDY(TEST001)
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
what is the compile process of cobol program expalin with code
What is use of restart and how to use it?
How can a fb file convert to vb file using sort program?
How to submit jcl through a cobol program?
How to submit a jcl from cics?
Does jcl support automatic restart?
Explain how can the attributes of one sms dataset be copied to another dataset?
Can I send output of job to my remote device careerride123?
how you can direct the data to spool using SYSOUT option?
Which dd parameters are required?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Is it possible to left uncode disp? If yes, how?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
which parameter is used to check the syntax of a jcl without executing it?