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

i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


Explain about LMCOPY -

1 Answers  


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  






Explain the purpose of dd dummy statement?

0 Answers  


how to convert a file form fixed Length to variable length?

2 Answers   Syntel,


whats the diff bw the evaluate also and and?

0 Answers   CGI,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


what is a MODELDSCB?

1 Answers  


Categories