In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / piyush mani
All answers r ok but most efficient way 2 do this is to use null indicator after 6th step.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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) ?
What is one line to pass PARM from JCL to COBOL?
Give the syntax of job specifying jcl statement.
Is automatic restart possible in jcl? If yes, how?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the significance of addrspc parameter in the exec statement?
What are hierarchy levels in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is concatenating?
Mention the types of job control statements?
What is NOTCAT ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
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.
List the different jcl statements that are not permitted in the procedures?
What dd statement is used to supply the name of a dataset?