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


Please Help Members By Posting Answers For Below Questions

When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1027


What is the significance of addrspc parameter in the exec statement?

698


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

765


How jcl work to handle various input output file operations?

744


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

946






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

4353


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1455


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 ?

9352


What do you know about jcl?

749


What are s0c1, s0c4, s0c5, s0c7 and socb?

798


What do you understand by the term notcat 2 – gs?

856


Explain the function of //jcllib statement?

818


How to override loadlib?

1522


Explain the jcl exec statement?

745


What is the purpose of dd?

824