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 |
Is automatic restart possible in jcl?
What is DSNDB06 ?
What are hierarchy levels in jcl?
how many max steps can we use in a job? pls answer to my question
which statement is used to end the in-stream procedure in a jcl?
How many types we can give input to JCL
what is A-MODE and R-MODE?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Can we change the LIMIT of GDG?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?