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 |
What is Cataloged Procedures?
can we modify the code in copy book? if it possible how to submit ofter the modification.
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
read all error codes like SB07?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
Explain dd statement in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
MOD, DELETE; What does a disposition of (,DELETE) mean ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is timing concept in mainframe?
Is automatic restart possible in jcl? If yes, how?
can we copy a file from fixed block to variable block and vice versa ....asap