Explain how can a jobs execution priority be modified?
No Answer is Posted For this Question
Be the First to Post Answer
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
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.
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
What will happen if we write two STOP RUN's in a COBOL program?
When should DISP=MOD is used?
how to do automated restart when a job abends?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
How do you submit a JCL under CICS environment ?
When space is allocated for an output dataset, what units can be used?
Does jcl support automatic restart?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?