The maximum number of in-stream procedure you can code in
any JCL is ?
Answer Posted / nidhi sharma
15
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
How can values be passed from the job stream to an executable program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is it possible to define dd statements as you want?
Explain how can an in-stream dataset be terminated?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the significance of addrspc parameter in the exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is notcat 2 - gs?
Where can program checkpoints be stored for use in a restart?
What does a disposition of (new,catlg,keep) for a dsn mean?
In job processing, what happens in conversion stage?
What is jcl in mainframe?
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
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.