i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?

Answer Posted / amarnath reddy

Hi,

It is possible to execute selected steps. Use IEBEDIT
utility we can execute selected steps.

Ex: //xcon39ac dob (p54I9k),'amarnath',class=x,....
//JS05 exec pgm=IEBEDIT
//.
.
.
//SYSIN DD *
EDIT TYPE=INCLUDE,
STEPNAME=(STEP2,STEP4,STEP6,STEP8,STPE10)
/*
//

Is This Answer Correct ?    35 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methodology can be adapted to transfer data to a program that is coded using the exec statement?

707


Can we call instream to catalog and catalog to instream?

759


Why include statement is used in a jcl?

786


Explain how can a stopped job be started again?

742


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






what are JCLLIB and STEPLIB in JCL?

775


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

706


What do you understand by jcl?

713


what are the various stages of job processing?

840


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

808


what is DSN parameter and DISP parameter is used for?

764


what happens in execution stage in job processing?

729


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

855


what happens in conversion stage in job processing?

822


What is the function of the dd mgmtclas keyword in sms datasets?

860