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
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Can we call instream to catalog and catalog to instream?
Why include statement is used in a jcl?
Explain how can a stopped job be started again?
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
what are JCLLIB and STEPLIB in JCL?
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?
What do you understand by jcl?
what are the various stages of job processing?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is DSN parameter and DISP parameter is used for?
what happens in execution stage in job processing?
When space is allocated for an output dataset, what units can be used?
what happens in conversion stage in job processing?
What is the function of the dd mgmtclas keyword in sms datasets?