I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / srinivas
After 10th step you should give jcl null statement or else
code condition parameter in step11.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is DD statement is used in JCL?
What is job control language?
what happens in execution stage in job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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
What is the function of the dd dcb keyword?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is jcl in mainframe?
how can the same proc be re-used and called by many jobs?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the different jcl statements that are not permitted in the procedures?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you overcome this limitation ?
Brief description of inline procedure of jcl.
how to compare two datasets without using superce because output is limited to 133 bytes