I have 5 steps in my jcl ,I need to execute first three
steps and then 2nd step again ,4th and 5th steps if rc of
2nd step is zero
Answer Posted / ajay digule
STEP01
STEP02 RC=0
STEP03 COND(4,LT,STEP02) CONDITION IS FALSE HENCE, STEP 3 WILL BE EXECUTED.
ON STEP04 AND STEP05 NO NEED TO MENTION CON CODE AS THEY WILL EXECUTE NORMALLY.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the resolution for sb37 error
how you can access an uncataloged dataset in a JCL?
how JCL works?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how to compare two datasets without using superce because output is limited to 133 bytes
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
a dd statement has 2 types of parameters. Name them?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the significance of addrspc parameter in exec statement?
what operation is performed by job statement?
what is use of dcb parameter in dd statement?
what is use of space parameter in dd statement?
What are the rules employed while naming the steps in a job?