Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is order of searching of the libraries in a JCL?

Answers were Sorted based on User's Feedback



What is order of searching of the libraries in a JCL?..

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

What is order of searching of the libraries in a JCL?..

Answer / sukhwinder

First Steplib, if not then Joblib, if not then system lib.

Is This Answer Correct ?    7 Yes 1 No

What is order of searching of the libraries in a JCL?..

Answer / vigneshraj

jpa (job pack area )
tasklib
job/steplib
lpa(link pack area)
linklistxx or procxx

Is This Answer Correct ?    1 Yes 0 No

What is order of searching of the libraries in a JCL?..

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

Post New Answer

More JCL Interview Questions

Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


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?

5 Answers   Patni,


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?

2 Answers  


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?

4 Answers   Broadridge, HCL,


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?

4 Answers   Cognizant,


How to check empty file in jcl?

4 Answers   Infosys,


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?

2 Answers   HP,


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


wht happens if cond=true ? pls give me with an example ?

2 Answers   Syntel,


What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


Categories