there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answer Posted / vinay sonar

You can use cond parameter but it will be very tedious.
So you can use IEBEDIT
Syntax is

//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=
(STEP2,STEP3,STEP4,STEP5,STEP6,STEP7,STEP8)
/*

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the statements that are not valid to be included in an include statement?

1070


Explain the function of the dd dcb keyword?

926


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

910


how do you access an uncataloged dataset in a jcl?

1230


how would you create a temporary dataset? And where will you use them?

975


Are there any set of rules for the names of the steps used in a job? What are they?

795


How does jcl act on a cobol code?

837


Explain dfsort utility?

999


how can you check if a file is empty using jcl?

1046


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1967


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

770


Where can program checkpoints be stored for use in a restart?

1126


How can the attributes of one sms dataset be copied to another dataset?

1100


What is condition checking in jcl? Is this possible?

826


a dd statement has 2 types of parameters. Name them?

858