The programmers have a Cobol program that uses:
  DISPLAY OPR-MSG UPON CONSOLE.
  DISPLAY 'OPERATOR ACTION: IGNORE, RETRY, CANCEL'
      UPON CONSOLE.
  MOVE SPACES TO OPR-RPL.
  ACCEPT OPR-RPL FROM CONSOLE.

This shows up on the console as:
  +OPERATOR ACTION: IGNORE, RETRY, CANCEL
 @15 IGZ0000I AWAITING REPLY

Currently, we trap the "AWAITING REPLY" in the MPF list using:
IGZ0000I,RETAIN(YES),SUP(NO),USEREXIT(MPFTREXX)
The exit causes an email to be sent. (And that works)

The outstanding issue is that the highlighted message rolls off the console. They would like for it to be sticky and not roll off. (It has always rolled off, even before we used the MPF exit.)

Can this be done in the MPF exit? Somewhere else?

z/OS 1.13

Thanks,

--
Tony Thigpen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to