Explain how can a jobs execution priority be modified?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

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?

6 Answers   IBM,


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.

1 Answers  


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?

2 Answers   HP,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,






When should DISP=MOD is used?

6 Answers   TCS,


how to do automated restart when a job abends?

0 Answers   IBM,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


How do you submit a JCL under CICS environment ?

1 Answers   IBM,


When space is allocated for an output dataset, what units can be used?

0 Answers  


Does jcl support automatic restart?

0 Answers  


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

5 Answers   CitiGroup,


Categories