in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / sreedhar naidu dhekodna
First STEPLIB will override the JCLLIB. If the required
module is found then the JOBLIB won't be considered or if
the required module is not found in STEPLIB librarie(s)
then again the job will search for module in JOBLIB as well.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is timing concept in mainframe?
Explain the job statement in jcl?
how do you access an uncataloged dataset in a jcl?
Name what parameter directs the output of the job log dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the syntax of JCL statement?
Is automatic restart possible in jcl? If yes, how?
how JCL works?
How to alter the parameters for the existing gdg?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you access an uncatalogued dataset in a jcl?
Is condition checking possible in jcl?