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


Please Help Members By Posting Answers For Below Questions

How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1803


Differentiate between the joblib and the steplib statements?

859


What is the function of the dd dcb keyword?

830


What is one line to pass PARM from JCL to COBOL?

859


What do you understand by jcl?

631






Explain how can values be passed from the job stream to an executable program?

630


Explain the function of //jcllib statement?

708


What statement can be used to send data to another mvs jes3 node?

828


Name a few IBM utility programs, and explain its function.

4440


is there any way to execute more than one proc in the same exec statement at the same time..?

2113


What does a disposition of (new,catlg,keep) for a dsn mean?

618


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1971


When space is allocated for an output dataset, what units can be used?

754


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

789


How can a fb file convert to vb file using sort program?

807