i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
How to pass the temp dataset form one JOB step to another?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
how to skip the steps in JCl
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
What parameter directs the output of the job log dataset?
List the different jcl statements that are not permitted in the procedures?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Name the statement which can be used to send data to another mvs jes3 node?