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
Explain the purpose of dd * statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What is NOTCAT ?
What is the function of a dd statement?
How would you understand error(execution phase)?
Explain the function of the steplib dd statement?
What are steplib and joblib? What for they are used?
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) ?
what is the purpose of coding class parameter in job statement?
Name a few IBM utility programs, and explain its function.
Explain dd statement in jcl?
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) ?
Explain about LMFREE�free data set from its association with data ID
Explain the purpose of the dd keylen parameter?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?