in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?

Answer Posted / swathi

//Jobname
//step1 exec pgm=iebedit
//s1
//s2
//s3
.
.
.
//s10
//sysin dd*
start jobname type = include(s1,s3,s5,s7,s9)
/*

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

658


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2172


how you can access an uncataloged dataset in a JCL?

656


what is DSN parameter and DISP parameter is used for?

678


what is the JCL statement consists of?

699






Explain the function of a dd statement?

659


Where can program checkpoints be stored for use in a restart?

851


What do you know about jcl?

650


whats the diff bw the evaluate also and and?

1857


What is catelog procedure and how many catelog procedure to use in one job?

7457


Explain the jcl exec statement?

649


In job processing, what happens in conversion stage?

743


which utility is used to sort a file in jcl?

750


what is “Cond= even” and “Cond=only”?

743


What is the purpose of dd * statement in jcl?

812