What is the difference between the JOBLIB and the STEPLIB
statements?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vaibhav kulkarni
1)JOBLIB : It is placed after the job statement.
steplib is placed after the EXEC statement.
2)joblib statement can't be cataloged
while steplib statement can be cataloged.
3) syntax for the joblib //joblib DD DSN=datasetname
and
syntax for the steplib
//steplib DD DSN=datasetname
| Is This Answer Correct ? | 14 Yes | 1 No |
How Can we see all generations of a GDG ?
What is the function of the steplib dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
i want to avoid the positional parameter how to code it ?
How to find the length of variable length copybook using fileaid ??
How to override loadlib?
Give the syntax of job specifying jcl statement.
How gdg are concatenated?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of dd?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?