What does a disposition of (NEW,CATLG,DELETE) mean?
Answer Posted / guest
That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to delete
the dataset if the step abends.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Name a few IBM utility programs, and explain its function.
Is automatic restart possible in jcl? If yes, how?
Explain how can the submitting users racf authority be overridden in a job stream?
what operation is performed by job statement?
List the various advantages of using jcl language?
List the different components of jcl statement?
What are some jcl statements that are not allowed in procedures?
What is the function of the dd avgrec keyword in sms datasets?
What is jcl in mainframe?
how to do automated restart when a job abends?
How do you submit a job for execution?
List the different jcl statements that are not permitted in the procedures?
define cond parameter in jcl?