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
what are the statements that are not valid to be included in an include statement?
Explain the function of the dd dcb keyword?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how do you access an uncataloged dataset in a jcl?
how would you create a temporary dataset? And where will you use them?
Are there any set of rules for the names of the steps used in a job? What are they?
How does jcl act on a cobol code?
Explain dfsort utility?
how can you check if a file is empty using jcl?
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) ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Where can program checkpoints be stored for use in a restart?
How can the attributes of one sms dataset be copied to another dataset?
What is condition checking in jcl? Is this possible?
a dd statement has 2 types of parameters. Name them?