This seems simple and I may be having a senior moment, but I don’t seem to be 
able to get this to work.
I have a number of batch jobs that do ADRDSSU backups, then execute a variable 
number of PROC statements to copy files. 
 TSOBATCH PGM=IKJEFT01 CC= 0000 
 BKDSN    PGM=ADRDSSU  CC= 0004 

Each PROC causes a series of steps to execute:
 CLEARIT  PGM=IEBCOPY  CC= 0000 
 COPYS    PGM=IEBCOPY  CC= 0000 
 COPYQ    PGM=IEBCOPY  CC= 0000 
 CLEARIT  PGM=IEBCOPY  CC= 0000 
 COPYB    PGM=IEBCOPY  CC= 0000 
 CHKQMGR  PGM=IKJEFT01 CC= 0000

Then the final step is to check the return codes and issue an alert for RC > 0
//NOTIFY   IF (ABEND | RC > 0) THEN   
//ALERT    EXEC PGM=CICCRE01          
//SYSPRINT  DD SYSOUT=*               
//NOTIFYX   ENDIF                     

My question is this: how do I code the IF/THEN(/ELSE) to allow for RC=4 from 
step BKDSN? I do not want an alert if this is the case, but any other step > 0 
should give me an alert.

Regards – Grant


DTCC Internal (Green)
DTCC DISCLAIMER: This email and any files transmitted with it are confidential 
and intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error, please notify us 
immediately and delete the email and any attachments from your system. The 
recipient should check this email and any attachments for the presence of 
viruses.  The company accepts no liability for any damage caused by any virus 
transmitted by this email.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to