What is order of searching of the libraries in a JCL?
Answer Posted / sukhwinder
First Steplib, if not then Joblib, if not then system lib.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the parameters that are used in creating a gdg?
What statement can be used to send data to another mvs jes3 node?
define cond parameter in jcl?
which parameter is used to check the syntax of a jcl without executing it?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is DSN parameter and DISP parameter is used for?
how can the same proc be re-used and called by many jobs?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is notcat 2 - gs?
whats the diff bw the evaluate also and and?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Why block size is multiple of lrecl in jcl?