I have 10 steps, I want to run STEP1 TO STEP4 then I should
not run STEP5 and STEP6. Aganin I want to execute from
STEP7 to STEP10. ONLY using CONDITION CODES how can we
execute this process?
1. Where we can set cond codes for STEP5 and STEP6?
2. How can we execute remaining steps from STEP7 to STEP10?
Answer Posted / harsih
there 2 ways for this
FIRST METHOD is use ibm utility called "IEBEDIT" and in
sysin in the include statement , give he steps u want to
execute..........
SECOND METHOD = and the steps whicc u dowant to excute code
COND{O,LE} ON THOSE STEPS
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the positional and keyword parameters? Give examples.
Is automatic restart possible in jcl?
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 are the types of abends that occur on job failure? And explain the possible causes of these
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can values be passed from the job stream to an executable program?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is timing concept in mainframe?
What is the function of the dd avgrec keyword in sms datasets?
How does jcl act on code(if you take a cobol program)?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can we use DISP=SHR in output file in JCL
What are steplib and joblib? What for they are used?
Explain the hierarchy levels in jcl?