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
How can values be passed from the job stream to an executable program?
What is the purpose of disp parameter?
Explain in DD statement what is the use of DCB parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is NOTCAT ?
How gdg are concatenated?
In sms datasets, what is the function of the dd avgrec keyword?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain the function of the steplib dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
When output dataset space is required, what quantity categories are used?
How to submit a jcl from cics?
how to compare two datasets without using superce because output is limited to 133 bytes
How does the jcl specify the job to os?