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
Mention the types of job control statements?
How can values be passed from the job stream to an executable program?
What is notcat 2 - gs?
What are the 4 fields in dd statement?
How would you understand error(execution phase)?
In sms datasets, what is the function of the dd avgrec keyword?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
whats the diff bw the evaluate also and and?
What is the purpose of dd?
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) ?
Is condition checking possible in jcl?
What is the format of comment statement?
List the different jcl statements that are not permitted in the procedures?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?