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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is catelog procedure and how many catelog procedure to use in one job?
What is the significance of addrspc parameter in the exec statement?
List the different jcl statements that are not permitted in the procedures?
Describe the various parameters utilized in the creation of a gdg?
what are the various stages of job processing?
What do you understand by the terms: joblib and steplib?
What are the utility programs in jcl?
what happens in execution stage in job processing?
What is jcl in mainframe?
how to compare two datasets without using superce because output is limited to 133 bytes
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Brief description of inline procedure of jcl.
How does jcl specify the job to the operating system?
What is use of restart and how to use it?