|
I think the problem is because the message file isn't in a library on the
library list.
Try fully qualifying the message file with a library "MSGF(library/msgf)"
so the message you send can be found.
david
On 5/6/2010 10:24 AM, Robert Rogerson wrote:
A base package program program (CLLE) uses the RTVMSG command to decidenot
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
available for message' after the RTVMSG, if not found in message fileis
TFMMSG.
I checked and RTVMSG doesn't mention this text is returned if the message
not found. It does mention CPF2419 is returned so I checked the WRKRPYLEpopulate
(Work with System Reply List Entries) but this message was not found.
Is it just undocumented or did I miss something where RTVMSG does
the MSG parameter if the message is not found?
Thanks,
Rob
--
IBM i on Power -- For when you can't afford to be out of business.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.