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
What does a disposition of (MOD,DELETE,DELETE) mean ?
Why block size is multiple of lrecl in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is DSN parameter and DISP parameter is used for?
Explain about LMQUERY�give a dialog information about a data set
What is the purpose of the dd keylen parameter?
What is the function of the steplib dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
A dd statement consists of 4 fields. Name them?
how can the same proc be re-used and called by many jobs?
What is the purpose of dd * statement in jcl?
Explain the function of the steplib dd statement?
How does jcl act on code(if you take a cobol program)?
What is the difference between the positional and keyword parameters? Give examples.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?