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 format of comment statement?
how to run batch program without jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Brief description of inline procedure of jcl.
Explain how can values be passed from the job stream to an executable program?
Explain the function of the steplib dd statement?
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?
what is the difference between JES3 and JES2?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can values be passed from the job stream to an executable program?
how you can direct the data to spool using SYSOUT option?
What is the purpose of disp parameter?
What is the purpose of dd?
What is the significance of addrspc parameter in the exec statement?
Is condition checking possible in jcl?