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
List the different jcl statements that are not permitted in the procedures?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the purpose of the dd keylen parameter?
How do you submit a job for execution?
What do you understand by the term notcat 2 – gs?
What is Cataloged Procedures?
Suppose I have five jobs to do. But I want to hold one?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what are JCLLIB and STEPLIB in JCL?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how you can access an uncataloged dataset in a JCL?
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 happens if both JOBLIB & STEPLIB is specified ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to submit jcl through a cobol program?