what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / manojkumar sivakumar
JCLLIB is used with either OS/390 or MVS/ESA Version 4 or
higher JES2 or JES3 systems, to identify a private library
or a system library from which INCLUDE groups and JCL
procedures are to be retrieved. The order in which the
library names appear on the JCLLIB statement is the order
in which they are searched for any JCL procedures (PROCs)
and INCLUDE groups referenced by this job.
The JOBLIB DD statement is used to identify a program
library to search first when attempting to locate programs
executed during the job's life. The JOBLIB must be placed
after the JOB statement and before the first EXEC statement
in the job. More than one program library can be
concatenated after the first one on a JOBLIB.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
how do you access an uncataloged dataset in a jcl?
Where can program checkpoints be stored for use in a restart?
In sms datasets, what is the function of the dd avgrec keyword?
what are JCLLIB and STEPLIB in JCL?
How do you access an uncatalogued dataset in a jcl?
What is the format of comment statement?
In job processing, what happens in execution stage?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is the resolution for sb37 error
Which dd parameters are required?
what is use of dcb parameter in dd statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can return codes be tested before execution of a job step?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?