What is catelog procedure and how many catelog procedure to
use in one job?
Answer Posted / 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 |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to submit jcl through a cobol program?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How does the jcl specify the job to os?
When output dataset space is required, what quantity categories are used?
How to submit a jcl from cics?
Differentiate between the joblib and the steplib statements?
what is DSN in JCL and what are the parameters to declare the DSN?
Can we use DISP=SHR in output file in JCL
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the significance of addrspc parameter in the exec statement?
What do you understand by the terms: joblib and steplib?
Is condition checking possible in jcl? If yes, how?
define cond parameter in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?