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 the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What is jcl in mainframe?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
shall we concordinate two different length dataset in to a new date set.
How would you understand error(execution phase)?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
What is difference between Return Code, user completion code, Abend code and reason Code?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
Explain dfsort utility?
How to submit jcl through a cobol program?