I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / girish kumar
by using iebedit utility u can solve this easily.
first u code all steps in saparate member using iebedit
utility and then write another jcl program menction member
name like pgm=membername and
then code like this.
sysin dd *
edit type=include,stepname=(s2,s4)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
Matching Logic in Jcl not in cobol.Could any one please answer this question
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
List the different jcl statements that are not permitted in the procedures?
What do you understand by jcl?
Where & How Do You Code Identifier In Jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are some jcl statements that are not allowed in procedures?
Explain about ISPF/TSO Commands
What is the maximum length of a single line of jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How jcl is used for testing batch programs?
What are the 4 fields in dd statement?
What is NOTCAT ?