Hello group,

 I'm running following job with z/OS 1.10 /JES3). Program MAKEABND 
 (STEP04) produces an S0C1-Abend, and STEP06 is executed, which I 
 did not expect. If I put the ENDIF before STEP06, STEP06 is Flushed
 (like expected),    

//STEP01  EXEC PGM=IEFBR14                                       
//*                                                              
// IF ABEND THEN                                                 
//STEP02 EXEC PGM=IEFBR14                                        
// ELSE                                                          
//STEP03 EXEC PGM=IEFBR14                   
//*                          
//STEP04  EXEC PGM=MAKEABND,COND=(0,NE,STEP03)                   
//*                                                              
//STEP05  EXEC PGM=IEFBR14,COND=(EVEN)                           
//*                                                              
//STEP06  EXEC PGM=IEFBR14                                       
//  ENDIF    

Does somebody has an explanation fot this behaviour. Any hint
appreciated.
With best regards 
  Monika

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to