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 values be passed from the job stream to an executable program?
I need exexution process for JCL programs
Explain the function of //cntl statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name the statement which can be used to send data to another mvs jes3 node?
how you can direct the data to spool using SYSOUT option?
Must tape dataset definitions include vol=ser specifications?
whats the diff bw the evaluate also and and?
Where can program checkpoints be stored for use in a restart?
Give the syntax of job specifying jcl statement.
What do you understand by the terms: joblib and steplib?
What is the function of the dd dcb keyword?
List in order the hierarchical levels of jcl?
What do you understand by jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?