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


if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete

Answers were Sorted based on User's Feedback



if we are specifing joblib as well as steplib in job then at the time of execution how the process ..

Answer / abhinandan

Above answer given is wrong. the job will execute and
steplib will overide the joblib. means job will ignore the
load module kept in it, job will pick up the load module
from the steplib for that particular step where steplib is
mentioned.

Is This Answer Correct ?    15 Yes 0 No

if we are specifing joblib as well as steplib in job then at the time of execution how the process ..

Answer / om prakash yadav

The JOBLIB statement is placed after the JOB statement and
is effective for all JOB steps. It cancot be placed a
cateloged procedure. The STEPLIB statememnt is placed after
the EXEC statement and is effective for that job step only.
Unlike the JOBLIB statement, the STEPLIB can be placed in a
cataloged procedure.

If both the JOBLIB and STEPLIB statement are coded, then the
STEPLIB specification will override the JOBLIB specification
for that job step.
The specification of the STEPLIB will continue for any steps.

Is This Answer Correct ?    10 Yes 0 No

if we are specifing joblib as well as steplib in job then at the time of execution how the process ..

Answer / vikas bhardwaj

Ramesh's ans is wrong, Abhinandan is correct

Is This Answer Correct ?    3 Yes 0 No

if we are specifing joblib as well as steplib in job then at the time of execution how the process ..

Answer / ramesh

it cant execute the program since while steplib and joblib
both are coded in jcl.joblib takes the most preference so
that it cant be executed.

Is This Answer Correct ?    1 Yes 14 No

Post New Answer

More JCL Interview Questions

What is 'S0C7' abend?

9 Answers  


List some valid operation codes in JCL

3 Answers  


What is use of restart and how to use it?

0 Answers  


A dd statement consists of 4 fields. Name them?

0 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

6 Answers   IBM,


How Can we see all generations of a GDG ?

3 Answers   Polaris,


What is the difference between static call & Dynamic call ?

3 Answers  


In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  


what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......

2 Answers  


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


What is job control language?

0 Answers  


i have a string of 80 chars i want to replace 4th char with "a"?

3 Answers   CSC,


Categories