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 the function of the steplib dd statement?
Is their any limit for data sets?
Explain the function of the steplib dd statement?
Can we call instream to catalog and catalog to instream?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to override loadlib?
How jcl work to handle various input output file operations?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is NOTCAT ?
Explain how can the attributes of one sms dataset be copied to another dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Are there any set of rules for the names of the steps used in a job?
In job processing, what happens in conversion stage?