Answer Posted / izwarya
//JOBNAME JOB ACCT,RESTART=PROCA.STEP2
//PROCA EXEC PROCA
PROCA:
//PROCA PROC
//STEP1 EXEC ...
//STEP2 EXEC ...
//STEP3 EXEC ...
The above program would restart the job from STEP2.
| Is This Answer Correct ? | 46 Yes | 2 No |
Post New Answer View All Answers
How to run cobol program using jcl?
How gdg are concatenated?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Can I send output of job to my remote device careerride123?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How does jcl specify the job to the operating system?
What is the function of //cntl statement?
Name what parameter directs the output of the job log dataset?
which utility is used to run a cobol-db2 program?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what sort card you will use to copy the data from one dataset to another dataset?
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
Explain about LMQUERY�give a dialog information about a data set