in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / sj@iy
JCLLIB - Gives the library for cataloged procedures
STEPLIB - Coded in the individual steps. It gives the
library where the program specified in the EXEC statement
for that particular step should be searched for.
JOBLIB - Coded after the JOB statement. It specifies the
library where all programs specified in the EXEC statements
of the entire JCL should be searched for.
Having both JOBLIB and STEPLIB, the STEPLIB will override
JOBLIB for that particular step where STEPLIB is given.
Having both JCLLIB and STEPLIB shouldnt have any co-
relation as one is concerned with cataloged procedures and
the other with the programs.
Please verify answer
Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Explain dd statement in jcl?
Explain the jcl exec statement?
Where can program checkpoints be stored for use in a restart?
Suppose I have five jobs to do. But I want to hold one?
How to alter the parameters for the existing gdg?
Why block size is multiple of lrecl in jcl?
What do you know about jcl?
How jcl is used for testing batch programs?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
In job processing, what happens in execution stage?
How can the disposition of sysout datasets be set for an entire jobstream?
how can the same proc be re-used and called by many jobs?
define cond parameter in jcl?
What is the use of disp parameter?