Can a job have only steplib and no joblib ?
Answers were Sorted based on User's Feedback
Answer / saroja kolli
Yes. We can have only steplib without a joblib.
But in such case, if the Job contains several steps then in
everystep of the job STEPLIB should be mentioned.
STEPLIB refers to the step in which it is mentioned and the
JOBLIB refers to all the steps in the job.
When STEPLIB and the JOBLIB both are mentioned then STEPLIb
overrides JOBLIB.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / manikandan.d
yes job have oly steplib but its effective oly for
perticular step...steplib placed immediate after the exec
step statement
ex:
//step1 exec pgm=pgm1
//steplib dd dsn =ksab.manid.loadlib,disp=shr
let me know if any new answer
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kalaimani
exactly previous answers are correct. and also if no
steplib is providied for one particular jobstep, then it
wil take from joblib. it is not mandatory to give steplib.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deepak thamarasseri
Yes,we can code Steplib and Joblib in the same code.If we
are coding both,STEPLIB overrides the JOBLIB statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which statement is used to identify the private libraries in job?
What is the improvement to COND= in the latest version of MVS?
common jcl abends??
how to modify the copy book?explain with examples
What are three major types of JCL statements? What are their functions?
What is the difference between catalogue procedure and In-Stream procedure?
How can u know the current date using jcl?
Suppose I have five jobs to do. But I want to hold one?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
How to get the last but one duplicate record of the file using Sort?
how to create gdg with out using idcams utility