|
A base package program program (CLLE) uses the RTVMSG command to decide
which message file to use.
RTVMSG MSGID(&MSGID) MSGF(TFMMSG) MSG(&TXT)
IF COND(&TXT *EQ 'Text not available for message') THEN(DO)
SNDPGMMSG MSGID(&MSGID) MSGF(WFMMSG) +
MSGDTA(&MSGDTA) TOPGMQ(*SAME +
&SFPGMQ) KEYVAR(&MSGNO)
ENDDO
ELSE CMD(DO)
SNDPGMMSG MSGID(&MSGID) MSGF(TFMMSG) +
MSGDTA(&MSGDTA) TOPGMQ(*SAME +
&SFPGMQ) KEYVAR(&MSGNO)
ENDDO
It works fine but I'm curious where &TXT is being populated with 'Text not
available for message' after the RTVMSG, if not found in message file
TFMMSG.
I checked and RTVMSG doesn't mention this text is returned if the message is
not found. It does mention CPF2419 is returned so I checked the WRKRPYLE
(Work with System Reply List Entries) but this message was not found.
Is it just undocumented or did I miss something where RTVMSG does populate
the MSG parameter if the message is not found?
Thanks,
Rob
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.