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
How to remove 2 duplicate records and copy only one using job control language?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is perform what is varying?
i want a program using by if, evaluate , string, unstring, perform, occurs?
In which area will you utilize 88 level items in cobol?
What is rmode(24)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between PIC 9.99 and PIC9v99?
) How do u handle errors in BMS macro
Can we redefine the field of x(200) to less than 200?
how do you define single dimensional array and multidimensional array in your cobol?
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol.
What is difference between static and dynamic call in cobol?
Can we change the password using ALTER? anyone tried and changed?