One of My Job is running in production, which contains five
steps?i want to pass the input to FIFTH step while running is
it possible? if how?
Answer Posted / sem
You may code such cond parameter which is always true on 5th step like cond=(99,LE)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
How is the record format of an output dataset specified?
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 the function of job statement in jcl?
What is the function of dd disp parameter?
Does jcl support automatic restart?
How to pass the parameter in parm using linkage section ? (syntax)?
which parameter is used to check the syntax of a jcl without executing it?
What is jcl in mainframe?
What is the use of disp parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the difference between run mode and addressing mode?
how JCL works?
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 IEBGENER utility?