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 |
What are the common keyword parameters in both job and exec statements
how to compare two datasets without using superce because output is limited to 133 bytes
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
Explain the job statement in jcl?
How much space OS allocates when you create a PS or PDS?
what are the technical terms for // /* in jcl
when GDG version number get changed ? bcz always Generations only increasing.
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
How to copy VSAM files without using REPRO
What happens if both JOBLIB and STEPLIB is specified ?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
Can we delete the data using IEFBR14 , IEBGENER??