What is the difference between the JOBLIB and the STEPLIB
statements?
Answer Posted / guest
The JOBLIB statement is placed after the JOB statement and
is effective for all job steps. It cannot be placed in
abcataloged procedure. The STEPLIB statement 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.
| Is This Answer Correct ? | 53 Yes | 4 No |
Post New Answer View All Answers
Explain dfsort utility?
How to pass data to a program that is coded in an exec statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How does jcl act on a cobol code?
How can values be passed from the job stream to an executable program?
What is the purpose of dd?
how can the same proc be re-used and called by many jobs?
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?
how you will the direct the data to spool using sysout option?
When output dataset space is required, what quantity categories are used?
Explain the hierarchy levels in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
What are steplib and joblib?
How jcl is used for testing batch programs?
How to run cobol program using jcl?