× 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.



GA, take a look at the job log where you get the error. See which message contains the reference to CPF2102 - it's likely that CPF2102 is not there, but it should leave its mark. See what kind of message that is - *DIAG, etc. - then do RCVMSG in a loop, testing for MSGID to match the one you're looking for. You could have a counter, maybe, since it ought to be in the first few messages.

It looks like the MSG ID is in the first 7 positions of the message data fro CPF9999, therefore, RCVMSG *ESCAPE and see whether it is CPF9999 - it will be if you MONMSG CPF9999 - then %SST(&MSGDTA 1 7) to get the ID. You probably won't even need the loop.

HTH

Vern

At 02:45 PM 10/21/2003 -0700, you wrote:
Vern and Rick,

Thanks for the reminder on RCVMSG!

How does one "walk backwards" through messages?  Do you have to have a
point of reference via MSGKEY to do it?  Does the fact that CPF2102 is
issued from another program going to affect how to get at it?

TIA, GA

--- Vern Hamberg <vhamberg@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> You can RCVMSG and get the MSGDTA, which will contain that MSGID
> somewhere.
> You might need to go through a few messages to get one that has that
> information. DSPMSGD to see the layout of substitution data. It may be
> that
> the CPF2102 is in the message "stack".
>
> Vern
>
> At 11:38 AM 10/21/2003 -0700, you wrote:
> >Well, *how* would I detect this particular problem?  I have since
> replaced
> >the CPF2102 with a MONMSG CPF9999 after the others.  It appears that
> the
> >CPF9999 message tattles on the CPF2102.  Can I interrogate the CPF9999
> >message to make sure that it was caused by CPF2102?
> >
> >TIA, GA


__________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com _______________________________________________ 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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.