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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the purpose of dd?
Explain about ISPF/TSO Commands
What are the rules employed while naming the steps in a job?
Can we call instream to catalog and catalog to instream?
What is use of restart and how to use it?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to left uncode disp? If yes, how?
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?
List the different jcl statements that are not permitted in the procedures?
What is job control language?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the use of disp parameter?