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 a MODEL Paramater in GDG ?
What is difference between Return Code, user completion code, Abend code and reason Code?
How to copy VSAM files without using REPRO
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How gdg are concatenated?
Can I send output of job to my remote device careerride123?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
diff bw vsam and normal flat file?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?