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
What is one line to pass PARM from JCL to COBOL?
How does the jcl specify the job to os?
What is the motivation behind coding class parameter in job statement?
how would you create a temporary dataset? And where will you use them?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
which parameter is used to check the syntax of a jcl without executing it?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain how can a jobs execution priority be modified?
How to run cobol program using jcl?
What are the 2 types of parameters in dd statement?
Can I share my data with other jobs? How?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl?