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 the dd dcb keyword?
Is it possible to left uncode disp? If yes, how?
How can values be passed from the job stream to an executable program?
What is the significance of addrspc parameter in the exec statement?
Differentiate between addressing mode and run mode.
What are the parameter we cannot use in procedure?
How jcl work to handle various input output file operations?
How do you create a temporary dataset?
Explain the function of //jcllib statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the difference between the positional and keyword parameters? Give examples.
What is the motivation behind coding class parameter in job statement?
How can a fb file convert to vb file using sort program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
a dd statement has 2 types of parameters. Name them?