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
What parameter directs the output of the job log dataset?
Explain how can the attributes of one sms dataset be copied to another dataset?
Are there any set of rules for the names of the steps used in a job?
What is condition checking in jcl? Is this possible?
Name the statement which can be used to send data to another mvs jes3 node?
Explain dd statement in jcl?
List the different components of jcl statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
which parameter is used to check the syntax of a jcl without executing it?
how do you code a null statement?
What is the purpose of dd?
Explain the function of dd disp parameter?
Is condition checking possible in jcl?
How can an in-stream dataset be terminated?
Explain how can return codes be tested before execution of a job step?