suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / rahul singh
code restart=step6, cond=(0,le) in job card and only step6
will be executed
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How gdg are concatenated?
what is DSN parameter and DISP parameter is used for?
List the different components of jcl statement?
What is the motivation behind coding class parameter in job statement?
i want to store 20 digits . how will u do it in cobol ?
Can we call instream to catalog and catalog to instream?
Explain dfsort utility?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How does jcl act on a cobol code?
When output dataset space is required, what quantity categories are used?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
Is automatic restart possible in jcl?
Is it possible to define dd statements as you want?
what is SOC4 error?
When space is allocated for an output dataset, what units can be used?