wht is step lib n job lib ? where can we code joblib n steplib ?
Answers were Sorted based on User's Feedback
Answer / venkat
The library which is declared under the job cord is the
joblib. The library specified under the step is the steplib.
If the load module not found in the steplib then the system
searches in the joblib.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ch.mohan
steblib writtens after exec statements and joblib written
after jobcard the
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tanmay
Joblib is written before the STEP and it gives the library
name where the program resides.
Step lib is coded in any step and tells the library where
the program resides.
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the use of symbol // in jcl?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How to find the length of variable length copybook using fileaid ??
How would you understand error(execution phase)?
How can return codes be tested before execution of a job step?
What are the valid DSORG values ?
whats SOC7?
How do you skip a particular step in a proc/JOB?
wht happens if blksize = 0 and lrec = 0 ?
What are the common jcl syntax errors you get? This is not abends?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.