How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / r
using IEBEDIT utility, in Job instream card,
//step001 exec pgm=iebedit
//dd1 dd dsn=<job-name>,disp=shr
//dd2 dd dsn=(*,intrdr)
//sysin dd *
Edit type=include, member=(step2,step1,step3)
//
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
what is DD statement is used in JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how JCL works?
Explain how can the submitting users racf authority be overridden in a job stream?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain dd statement in jcl?
How do you access an uncatalogued dataset in a jcl?
List the different jcl statements that are not permitted in the procedures?
what is use of disp parameter in dd statement?
what is the use of JCL?
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
Explain how can return codes be tested before execution of a job step?
How do you overcome this limitation ?