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


Please Help Members By Posting Answers For Below Questions

what is “Cond= even” and “Cond=only”?

740


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?

8672


What are steplib and joblib? What for they are used?

693


How would you understand error(execution phase)?

624


which parameter is use to declare the name of dataset in dd statement?

732






a dd statement has 2 types of parameters. Name them?

645


What are the difference between jcl and jes?

1050


Is it possible to left uncode disp? If yes, how?

704


Explain the purpose of dd dummy statement?

671


What is one line to pass PARM from JCL to COBOL?

695


Explain the purpose of the dd keylen parameter?

673


what are the statements that are not valid to be included in an include statement?

776


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

698


how you can direct the data to spool using SYSOUT option?

925


How to pass the parameter in parm using linkage section ? (syntax)?

647