Answer Posted / krishna
STEPLIB is used for identify the loadmodule location of the
particular step.
JOBLIB is used for identifies the loadmodule location of
the particular job
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
What is the function of //jcllib statement?
i want to store 20 digits . how will u do it in cobol ?
how JCL works?
how you can access an uncataloged dataset in a JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What statement can be used to send data to another mvs jes3 node?
Define concatenating?
What is use of restart and how to use it?
What are the 2 types of parameters in dd statement?
what is the use of JCL?
Explain the purpose of dd * statement in jcl?
Which dd parameters are required?
what is DSN in JCL and what are the parameters to declare the DSN?