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 2 types of parameters in dd statement?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
lines(1,cancel)??What is meant by that??Plz explain it....
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
explain concatinating datasets?
How does the jcl specify the job to os?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
can we copy a file from fixed block to variable block and vice versa ....asap
How do you restart a step in JCL?
What is catelog procedure and how many catelog procedure to use in one job?
what is the function of spool command?