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 |
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
What is jcl in mainframe?
whats the difference between empty and noempty of GDG?
When will we need to specify Space parameter ?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
how can handle the s0c4 abend???
What is the significance of addrspc parameter in the exec statement?
What do you understand by the term notcat 2 – gs?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?