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 do you reference the variable unblock file formats from cobol programs
What is the difference between external and global variables in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the various section in data division and briefly explain them.
How to print 10 to 1 if the input have only 10 digit number?
What is amode(31)
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What rules are followed by the search verb.
how to move the records from file to array table. give with code example
How many bytes S(8) comp field occupy and its maximum value?
Write down the divisions of cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What do you understand by psb and acb?
Difference between array and sub-script ?