what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / bala
Programs that needs to be executed in a job are searched
in Library provided at JOBLIB, provided STEPLIB is not
given for provided (or) program is not first fount in
STEPLIB.
All the PROCs used in a job are search in the library
specified in JCLLIB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is NOTCAT ?
What is the use of disp parameter?
Where can program checkpoints be stored for use in a restart?
What is the difference between run mode and addressing mode?
How can unused space allocation be returned to the system when a dataset is closed?
What are hierarchy levels in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to override loadlib?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is SOC4 error?
what is DSN in JCL and what are the parameters to declare the DSN?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
which utility is used to run a cobol-db2 program?
What is the function of a dd statement?
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?