I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
we can achieve this with the IEBEDIT Utility......!!!
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the significance of addrspc parameter in the exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How jcl work to handle various input output file operations?
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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What do you know about jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What do you understand by the term notcat 2 – gs?
Explain the function of //jcllib statement?
How to override loadlib?
Explain the jcl exec statement?
What is the purpose of dd?