in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of a dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is use of dcb parameter in dd statement?
What is the function of //cntl statement?
how to do automated restart when a job abends?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can return codes be tested before execution of a job step?
Matching Logic in Jcl not in cobol.Could any one please answer this question
In sms datasets, what is the function of the dd mgmtclas keyword?
What is catelog procedure and how many catelog procedure to use in one job?
How do you overcome this limitation ?
Explain the hierarchy levels in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Name the statement which can be used to send data to another mvs jes3 node?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?