How can we execute only one step in a job
Answer Posted / sachin
Suresh Sir: I agree with your answer but if Condition is True means that particular step(2) will be bypassed however job execution will go to the next step(3). I am just fresher, so please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of the steplib dd statement?
How dummy is used in jcl?
define cond parameter in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the difference between the positional and keyword parameters? Give examples.
In job processing, what happens in execution stage?
Explain how can a jobs execution priority be modified?
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.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
how JCL works?
what JCL Procedures?
what is the purpose of coding notify parameter in job statement?
what are the various stages of job processing?