What is the difference between joblib and jcllib statements
Answer Posted / shiva
1 Joblib is a default load library for all the jobsteps
JOBLIB DD statement specifies the private library that the
system needs to search to obtain the program named in each
of the EXEC statements PGM parameters. Only if the program
is not found in the private, the system searches in the
system libraries.
Jcllib is the loadlib that contains cataloged procedures
JCLLIB statement species the private library that the system
needs to search to obtain
(a) the procedures (PROCS) named in the EXEC statement
(b) the Groups of JCL statements (called INCLUDE groups)
named on any INCLUDE statements
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
Explain about LMQUERY�give a dialog information about a data set
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
In sms datasets, what is the function of the dd avgrec keyword?
how JCL works?
What are the rules employed while naming the steps in a job?
What is the use of disp parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
what are the statements that are not valid to be included in an include statement?
Explain the purpose of dd dummy statement?
Differentiate between addressing mode and run mode.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What statement can be used to send data to another mvs jes3 node?
How to pass data to a program that is coded in an exec statement?