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 is the use of outrecord?
What is the Purpose of Pointer in the string?
How do you reference the following file formats from cobol programs?
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are different data types in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What are the different data types in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how can i see junk values in dclgen or in hostvariable of comp ?