What is catelog procedure and how many catelog procedure to
use in one job?
Answer Posted / muttaiah
Procedure: set of JCL code used to perform specified
function
2 types
1. Instream and 2. Catalog proc
Instream proc: is the one which is coded with in the JCL
Catlg Prod: Which is coded in a member of a PDS and is
referenced in the JCl through the JCLLIB order stmt.
We can use max of 255 steps in a JCL. Each step can have
only 1 catlg proc. Hence 255 catlg proc can be used in a
JCL.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
what is JCL?
Can I share my data with other jobs? How?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are steplib and joblib? What for they are used?
What do you know about jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How dummy is used in jcl?
Explain the jcl exec statement?
What do you understand by the term job time – out and how can you overcome that?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how to do automated restart when a job abends?
When space is allocated for an output dataset, what units can be used?
What do you understand by the terms: joblib and steplib?
What parameter directs the output of the job log dataset?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?