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
how you can access an uncataloged dataset in a JCL?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the difference between the positional and keyword parameters? Give examples.
How to pass the parameter in parm using linkage section ? (syntax)?
How jcl is used for testing batch programs?
List the different jcl statements that are not permitted in the procedures?
What is the purpose of the dd keylen parameter?
What is the significance of addrspc parameter in the exec statement?
what is DSN parameter and DISP parameter is used for?
How does jcl specify the job to the operating system?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are the 2 types of parameters in dd statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What happens if both JOBLIB & STEPLIB is specified ?
Explain dd statement in jcl?