What happens if both JOBLIB and STEPLIB is specified ?
Answers were Sorted based on User's Feedback
Answer / guest
Steplib will override the joblib given in the JCL
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / praasy@gmail.com
steplib will be executed first and goes for the joblib...
the steplib checks for the last return code of the last step
and as well as maxxcc of all the steps before the current step.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / siri
if given joblib and steplib are specified then system first checks in steplib and if not found then it checks in production libraries or system libraries and if not found abends with abend code s806..
| Is This Answer Correct ? | 1 Yes | 0 No |
how would you create a temporary dataset? And where will you use them?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
What is condition checking in jcl? Is this possible?
can we write a proc with in a proc
how JCL works?
How do you handle empty files in a JCL ?
How to pass data to a program that is coded in an exec statement?
what is check pending option
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
In which table PLAN is registered in ?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?