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 |
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
How to check empty file in jcl?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is the purpose of the PARM keyword in the EXEC statement?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
wht happens if cond=true ? pls give me with an example ?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?