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
Explain the purpose of the dd keylen parameter?
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 statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the jcl procedures?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Give the syntax of job specifying jcl statement.
What is the syntax of JCL statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How does jcl act on a cobol code?
Name what parameter directs the output of the job log dataset?
A dd statement consists of 4 fields. Name them?
What is the function of //jcllib statement?
What is the function of a dd statement?
In sms datasets, what is the function of the dd avgrec keyword?
Is condition checking possible in jcl? If yes, how?