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 / mahesh
I think its not possible because , always first step need
to execute, then based on the CC of the first step,
we can specify COND whether to SKIP or Process a Step in
JCl.
Note : You cannot use Restart Parameter in the above
cases. it is used only when the Job is Abended.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is catelog procedure and how many catelog procedure to use in one job?
how JCL works?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Can I share my data with other jobs? How?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the use of symbol // in jcl?
Suppose I have five jobs to do. But I want to hold one?
What is the function of job statement in jcl?
What is the syntax of JCL statement?
a dd statement has 2 types of parameters. Name them?
Explain about LMQUERY�give a dialog information about a data set
how you can direct the data to spool using SYSOUT option?
How can the attributes of one sms dataset be copied to another dataset?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?