What is JOBLIB and STEPLIB in JCL? what is the purpose of
using it?
Answer Posted / 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 |
Post New Answer View All Answers
What are the rules of the move verb?
) how do u code after getting data?
What is inspect in cobol ?
What is Pic 9v99 Indicates in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
HOw can I get the negative sign while deduct high value from low value
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do define dynamic array in cobol.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do you define a variable of comp-1 and comp-2?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are declaratives and what are their uses in cobol?