×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Sorry. It seems my example overlooked a point. You are not using the
msgkey() parameter on your second rcvmsg. meyvar() returns a message
key. msgkey() provides a message key.
Declare separate variables for keyvar() and msgkey().
Leave msgkey() off your first rcvmsg. After your first rcvmsg set your
msgkey() variable to the keyvar() value.
If you loop through the second rcvmsg you do the same.
if (&msgid *NE 'CPF1002') then(do)
goto next
enddo
if (&msgid *EQ 'CPF1002') then(do)
/* Retrieve the cpf1002 msg w/ it's substitution values */
/* Call program, pass msg to it */
enddo
end:
endpgm
Gary
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Rusling, John
Sent: Wednesday, April 27, 2011 8:36 AM
To: midrange-l@xxxxxxxxxxxx
Subject: If MSGTYPE has *NEXT or *PRV specified, MSGKEY is required.
I'm trying to compile a clle program and keep getting:
"CPD2436 30 If MSGTYPE has *NEXT or *PRV specified, MSGKEY is
required."
It happens on the 2nd invocation of the rcvmsg command. (pgm below)
The recovery doesn't tell me anything either -
"Either add a MSGKEY parameter, or change the value specified for
MSGTYPE."
I have the msgkey variable defined and in the call??
if (&msgid *NE 'CPF1002') then(do)
goto next
enddo
if (&msgid *EQ 'CPF1002') then(do)
/* Retrieve the cpf1002 msg w/ it's substitution values */
/* Call program, pass msg to it */
enddo
end:
endpgm
IMPORTANT NOTICE: This message is intended only for the addressee and
may contain confidential, privileged information.
If you are not the intended recipient, you may not use, copy or disclose
any information contained in the message.
If you have received this message in error, please notify the sender by
reply e-mail and delete the message.
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.