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...


in jcl you are having JCLLIB and STEPLIB what happens

Answers were Sorted based on User's Feedback



in jcl you are having JCLLIB and STEPLIB what happens..

Answer / sj@iy

JCLLIB - Gives the library for cataloged procedures
STEPLIB - Coded in the individual steps. It gives the
library where the program specified in the EXEC statement
for that particular step should be searched for.
JOBLIB - Coded after the JOB statement. It specifies the
library where all programs specified in the EXEC statements
of the entire JCL should be searched for.
Having both JOBLIB and STEPLIB, the STEPLIB will override
JOBLIB for that particular step where STEPLIB is given.
Having both JCLLIB and STEPLIB shouldnt have any co-
relation as one is concerned with cataloged procedures and
the other with the programs.
Please verify answer

Is This Answer Correct ?    27 Yes 1 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / divyanshu kumar

steplib will override jcllib for that step. whereas if no
steplib is given for a certain step in that jcl .Then
joblib will come into play.

Is This Answer Correct ?    31 Yes 8 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / kishore

STEPLIB will override for that step only not for entire job

Is This Answer Correct ?    14 Yes 0 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / rks

if you mentioned jcllib in jcl that u r using cataloged
procs.
thats it nothing happen to steplib .
steplib will override joblib but not jcllib.

Is This Answer Correct ?    14 Yes 0 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / captain evidence

JOB uses JCLLIB to find user's procedures and STEPLIB to
find user's programs

Is This Answer Correct ?    5 Yes 0 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / vinay sonar

STEPLIB will take precidence over JOBLIB

Is This Answer Correct ?    2 Yes 0 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / ranbeer

If you code both a JOBLIB DD and STEPLIB DD statement in
the same job, the STEPLIB DD statement overrides the JOBLIB
statement only for that step. For that step only, the
system ignores JOBLIB and first searches the private
libraries specified on the STEPLIB DD statement. If the
system does not find the program in the private libraries,
it then searches the system libraries. Then, if z/OS still
has not found the program, the system abnormally ends the
job step.

Is This Answer Correct ?    1 Yes 1 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / anonymous

I 've faced such situation where in the Load module is not in Steplib(private lib) but it was there in Joblib (system lib ) but still the job abends with load module not found issue S806 .

Is This Answer Correct ?    0 Yes 0 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / sreedhar naidu dhekodna

First STEPLIB will override the JCLLIB. If the required
module is found then the JOBLIB won't be considered or if
the required module is not found in STEPLIB librarie(s)
then again the job will search for module in JOBLIB as well.

Is This Answer Correct ?    0 Yes 6 No

in jcl you are having JCLLIB and STEPLIB what happens..

Answer / sangeetha

BUT WHAT WILL HAPPEN TO JOBLIB, CAN JOBLIB WILL OVERRIDE
STEPLIB?

Is This Answer Correct ?    2 Yes 29 No

Post New Answer

More JCL Interview Questions

Explain how can a jobs execution priority be modified?

0 Answers  


What is notcat 2 - gs?

0 Answers  


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


Explain the function of the steplib dd statement?

0 Answers  


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


What is a Generation Data Group (GDG)?

2 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


How many types we can give input to JCL

5 Answers   UHG,


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Categories