in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / divyanshu kumar
steplib will override jcllib for that step. whereas if no
steplib is given for a certain step in that jcl .Then
joblib will come into play.
Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
which parameter is used to check the syntax of a jcl without executing it?
How jcl work to handle various input output file operations?
In sms datasets, what is the function of the dd avgrec keyword?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Can I share my data with other jobs? How?
How can the disposition of sysout datasets be set for an entire jobstream?
How to submit jcl through a cobol program?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Mention the types of job control statements?
How do you submit a job for execution?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain the function of job statement in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?