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
Can I share my data with other jobs? How?
Explain how can a stopped job be started again?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is timing concept in mainframe?
Explain the purpose of dd * statement in jcl?
Is acct parameter mandatory?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how can the same proc be re-used and called by many jobs?
Name the statement which can be used to send data to another mvs jes3 node?
what is SOC4 error?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is job control language?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Are there any set of rules for the names of the steps used in a job? What are they?