PSXERR1 ;BIR/WPB-Continuation of Error Processing Utility ; [ 04/08/97 2:06 PM ]
;;2.0;CMOP;;11 Apr 97
ERRMSG ;sends an alert and mail message if a user tries to retransmit a batch
;that has been retransmitted once.
S XQAMSG="Batch "_OLDBAT_" can't be retransmitted again. Contact the IRM for help." D GRP1^PSXNOTE,SETUP^XQALERT
S XMSUB=("RETRANSMISSION ERROR"),XMDUZ=DUZ,LNCT=5
D XMZ^XMA2
G:XMZ'>0 EXIT
S ^XMB(3.9,XMZ,2,1,0)="Batch # "_OLDBAT_" has been retransmitted once."
S ^XMB(3.9,XMZ,2,2,0)="There is either a system problem or there is a problem with the data in the"
S ^XMB(3.9,XMZ,2,3,0)="batch. Please contact your local IRM for assistance in determining and"
S ^XMB(3.9,XMZ,2,4,0)="correcting the problem. Once the problem has been corrected the IRM can"
S ^XMB(3.9,XMZ,2,5,0)="reset the batch and allow you to retransmit."
S ^XMB(3.9,XMZ,2,0)="^3.9^"_LNCT_U_LNCT_U_DT,XMDUN="CMOP Manager"
K XMY S XMDUZ=DUZ
D GRP^PSXNOTE,ENT1^XMD
G EXIT^PSXRTRAN
ER3 S PSXCT=PSXCT+1,ERRTXT(PSXCT)=""
Q
ER5 S PSXCT=PSXCT+1,ERRTXT(PSXCT)=""
Q
ER6 S PSXCT=11
ER4 S PSXCT=11
EXIT K ERRTXT,LNCT,OLDBAT,XMDUN,XMDUZ,XMSUB,XMZ,XQA,XQAMSG,PSXCT
Q
PSXERR1 ;BIR/WPB-Continuation of Error Processing Utility ; [ 04/08/97 2:06 PM ]
+1 ;;2.0;CMOP;;11 Apr 97
ERRMSG ;sends an alert and mail message if a user tries to retransmit a batch
+1 ;that has been retransmitted once.
+2 SET XQAMSG="Batch "_OLDBAT_" can't be retransmitted again. Contact the IRM for help."
DO GRP1^PSXNOTE
DO SETUP^XQALERT
+3 SET XMSUB=("RETRANSMISSION ERROR")
SET XMDUZ=DUZ
SET LNCT=5
+4 DO XMZ^XMA2
+5 IF XMZ'>0
GOTO EXIT
+6 SET ^XMB(3.9,XMZ,2,1,0)="Batch # "_OLDBAT_" has been retransmitted once."
+7 SET ^XMB(3.9,XMZ,2,2,0)="There is either a system problem or there is a problem with the data in the"
+8 SET ^XMB(3.9,XMZ,2,3,0)="batch. Please contact your local IRM for assistance in determining and"
+9 SET ^XMB(3.9,XMZ,2,4,0)="correcting the problem. Once the problem has been corrected the IRM can"
+10 SET ^XMB(3.9,XMZ,2,5,0)="reset the batch and allow you to retransmit."
+11 SET ^XMB(3.9,XMZ,2,0)="^3.9^"_LNCT_U_LNCT_U_DT
SET XMDUN="CMOP Manager"
+12 KILL XMY
SET XMDUZ=DUZ
+13 DO GRP^PSXNOTE
DO ENT1^XMD
+14 GOTO EXIT^PSXRTRAN
ER3 SET PSXCT=PSXCT+1
SET ERRTXT(PSXCT)=""
+1 QUIT
ER5 SET PSXCT=PSXCT+1
SET ERRTXT(PSXCT)=""
+1 QUIT
ER6 SET PSXCT=11
ER4 SET PSXCT=11
EXIT KILL ERRTXT,LNCT,OLDBAT,XMDUN,XMDUZ,XMSUB,XMZ,XQA,XQAMSG,PSXCT
+1 QUIT