What is JOBLIB and STEPLIB in JCL? what is the purpose of
using it?
Answer / sai
Both joblib and steplib for specifying where loadmodule is
located. I.e address of loadmodule dsn. But here big
difference between joblib and steplib is IF you give
loadmodule address in joblib it assigns to all steps in one
jcl. I.e for all steps takes this loadmodule address.
In steplib: loadmodule for that step only.i.e takes
address of loadmodule for that step only.
and if you give both steplib, joblib, For each step steplib
address overrides joblib address.
| Is This Answer Correct ? | 56 Yes | 1 No |
What are the access modes of START statement?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What are all the divisions of a COBOL program?
Which division and paragraphs are mandatory for a COBOL program?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
What is difference between static and dynamic call in cobol?
What is file status 39 ?
What is rmode(24)
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
What are 77 levels used for?
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,