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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Why block size is multiple of lrecl in jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of the dd dcb keyword?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
In sms datasets, what is the function of the dd avgrec keyword?
how JCL works?
What is the function of //cntl statement?
What are the 2 types of parameters in dd statement?
which parameter is use to declare the name of dataset in dd statement?
Is condition checking possible in jcl?
what are JCLLIB and STEPLIB in JCL?
Is automatic restart possible in jcl? If yes, how?
What is multithreading in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?