Differentiate between the joblib and the steplib statements?
Answer / Ujjwal Mishra
`JOBLIB` is a JCL card that specifies a library list for the entire job. It's used to define libraries needed by all steps in the job. On the other hand, `STEPLIB` is a JCL statement within a step and it defines libraries only for the specific step. If both `JOBLIB` and `STEPLIB` are specified for a step, the step's library list will be the union of both.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to modify the copy book?explain with examples
what is the meaning of keyword in jcl?what is is opposite?
What will happen if we write two STOP RUN's in a COBOL program?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
What is the function of //cntl statement?
How to get cursor position from system in CICS environment ?
How to rename a VSAM file as well as it's index file?
can we write a proc with in a proc
How can a fb file convert to vb file using sort program?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how many max steps can we use in a job? pls answer to my question