I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / anshuman
you can use the IBM utility EIBEDIT for this n mention step
1 to 5
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain dfsort utility?
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 are some jcl statements that are not allowed in procedures?
What do you understand by the term job time – out and how can you overcome that?
Explain dd statement in jcl?
What are the jcl procedures?
What dd statement is used to supply the name of a dataset?
Is automatic restart possible in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is use of dcb parameter in dd statement?
What is the function of job statement in jcl?
How can a stopped job be started again?
What is concatenating?