suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about LMFREE�free data set from its association with data ID
List the various advantages of using jcl language?
what are the statements that are not valid to be included in an include statement?
what operation is performed by job statement?
Explain the function of the steplib dd statement?
in ways data can be passed to a COBOL program from JCL?
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
what is SOC4 error?
Explain the function of //cntl statement?
What is job control language?
Explain the job statement in jcl?
Is automatic restart possible in jcl?
which parameter is use to declare the name of dataset in dd statement?
How to run cobol program using jcl?
which utility is used a dummy utility?