if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete
Answer Posted / 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 |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is use of restart and how to use it?
How to pass data to a program that is coded in an exec statement?
What is jcl in mainframe?
List the various advantages of using jcl language?
How do you overcome this limitation ?
what is use of dcb parameter in dd statement?
Name a few IBM utility programs, and explain its function.
How to run cobol program using jcl?
What is notcat 2 - gs?
What is the function of //jcllib statement?
what are the various stages of job processing?
What are steplib and joblib?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
whats the diff bw the evaluate also and and?