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 the purpose and meaning of the REGION keyword and what JCL statement is it associated with?

3 Answers   IBM,


Explain about LMFREE�free data set from its association with data ID

0 Answers  


What do you know about jcl?

0 Answers  


what is SOC4 error?

0 Answers  


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,






Must tape dataset definitions include vol=ser specifications?

0 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file

6 Answers   ITC Infotech,


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Categories