Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?
Answer Posted / sk
Use IEBEDIT utility, It can be solved easly using this
utility.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which dd parameters are required?
what is the purpose of coding notify parameter in job statement?
Give the syntax of job specifying jcl statement.
What do you understand by the term notcat 2 – gs?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How can values be passed from the job stream to an executable program?
How can unused space allocation be returned to the system when a dataset is closed?
What is the function of a dd statement?
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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the purpose of dd * statement in jcl?
what is the resolution for sb37 error
Is automatic restart possible in jcl? If yes, how?
How does jcl act on a cobol code?