i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / suputhru
MR Amarnath ReddY IS RIGHT.
Use IEBEDIT utility
NOTE: For not execution of steps use: EXCLUDE
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the significance of addrspc parameter in the exec statement?
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) ?
How can a stopped job be started again?
What is use of restart and how to use it?
which parameter is use to declare the name of dataset in dd statement?
How does the jcl specify the job to os?
what is “Cond= even” and “Cond=only”?
what happens in execution stage in job processing?
What is the function of //jcllib statement?
Explain the hierarchy levels in jcl?
How can the attributes of one sms dataset be copied to another dataset?
In job processing, what happens in execution stage?
how to run batch program without jcl?