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


Please Help Members By Posting Answers For Below Questions

What is the significance of addrspc parameter in exec statement?

735


What does a disposition of (new,catlg,keep) for a dsn mean?

619


How can a stopped job be started again?

716


How jcl is used for testing batch programs?

723


Explain the purpose of dd * statement in jcl?

643






how JCL works?

802


What do you know about jcl?

651


what is the JCL statement consists of?

699


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

816


Name a few IBM utility programs, and explain its function.

4441


How does the jcl specify the job to os?

698


Explain the purpose of the dd keylen parameter?

678


What are the utility programs in jcl?

652


Is automatic restart possible in jcl? If yes, how?

659


Name the statement which can be used to send data to another mvs jes3 node?

608