What is order of searching of the libraries in a JCL?
Answers were Sorted based on User's Feedback
Answer / guest
First any private libraries as specified in the STEPLIB or
JOBLIB, then the system libraries such as SYS1.LINKLIB. The
system libraries are specified in the link list.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sukhwinder
First Steplib, if not then Joblib, if not then system lib.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / vigneshraj
jpa (job pack area )
tasklib
job/steplib
lpa(link pack area)
linklistxx or procxx
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunitha
Suppose if we specify multiple datasets in the joblib and
steplib statements then the dataset with largest block size
will be the first one to be searched in order.
| Is This Answer Correct ? | 0 Yes | 4 No |
How to get cursor position from system in CICS environment ?
How to execute only th 15th step of JCL consisting of 50 steps?
What does a disposition of (NEW,CATLG,KEEP) mean?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is a procedure?
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 happens in conversion stage in job processing?
which utility is used to run a cobol-db2 program?
Describe the DD statement, its meaning, syntax and keywords?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?