a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?



a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job termina..

Answer / mouparna roy

COND=ONLY

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

How to empty the records in jcl

1 Answers  


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  


What is the function of the dd mgmtclas keyword in sms datasets?

0 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  






How do you create a temporary dataset? Where will you use them?

2 Answers   IBM,


What is the motivation behind coding class parameter in job statement?

0 Answers  


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


What does the one advantange of using IEBUPDTE?????

2 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


how to code instream data in procedure?

3 Answers  


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


Categories