What is the difference between the JOBLIB and the STEPLIB
statements?
Answer Posted / guest
The JOBLIB statement is placed after the JOB statement and
is effective for all job steps. It cannot be placed in
abcataloged procedure. The STEPLIB statement is placed after
the EXEC statement and is effective for that job step only.
Unlike the JOBLIB statement, the STEPLIB can be placed in a
cataloged procedure.
| Is This Answer Correct ? | 53 Yes | 4 No |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
List the various advantages of using jcl language?
In sms datasets, what is the function of the dd mgmtclas keyword?
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 are steplib and joblib? What for they are used?
How can return codes be tested before execution of a job step?
What is the use of symbol // in 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.
what is use of dsn parameter in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Mention the types of job control statements?
List in order the hierarchical levels of jcl?
How dummy is used in jcl?
Can I share my data with other jobs? How?
what is “Cond= even” and “Cond=only”?