What is catelog procedure and how many catelog procedure to
use in one job?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rekha
If we want to access the data of a out side member in our
JCL program then we have to go for Catelog Procedure.
In one job we can use up to 255 catelog procedures.
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the common keyword parameters in both job and exec statements
which statement is used to end the in-stream procedure in a jcl?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
Which statement is used to identify the private libraries in job?
When output dataset space is required, what quantity categories are used?
explain concatinating datasets?
how can we override data definitions in jcl. can any one give detailed example
How can unused space allocation be returned to the system when a dataset is closed?
What is the difference between static call & Dynamic call ?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?