I think your problem is not the message but the console. I suppose this is a WTOR and that is sticky. It only remains on the console if the console is in MODE=RD, not in MODE=R.
Kees. > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Tony Thigpen > Sent: 16 February, 2018 14:37 > To: [email protected] > Subject: small MPF exit question concerning 'sticky' console messages > > 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 ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
