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



ldwopt@xxxxxxx wrote:
I have an error message, RNQ0907 defined in message file QRNXMSG
with an automatic replay of "C". When the message is replied to,
the job cancels too fast for the message monitoring system to
capture and report on the error. I did a WRKMSGD and tried to
change the auto response to "N". The system will not let me make
the change.

A message default can only be changed to a supported reply value. The value 'N' is not one of the alloewd VALUES(); i.e. CHGMSGD RNQ0907 DFT(N) MSGF(xxx/QRNXMSG) is not allowed because the only supported values are described by VALUES('D' 'S' 'G' 'C' 'F'). Changing the default to 'D' would seem a better choice for a default if the desire is to /capture/ details about the problem.

In talking to IBM, the tech sent me an IBM document
on changing the automatic reply function which directs me into
changing the auto reply function of the job description under
which the job was submitted.

The /job/ defines the /inquiry message reply handling/ according to its INQMSGRPY() parameter attribute setting. That parameter is also available in the *JOBD object, as alluded by the support document. Depending on to-where the message is sent while in batch, an attempt to suggest the reply is required [i.e. INQMSGRPY(*RQD)] may not assist.

Has anyone had to change this function and found an easier way to
do it? Any help would be appreciated.

Seems the runtime error message RNQ0907 is for a decimal data error condition which would better be monitored\handled within the program, rather than allowing the run-time to send the inquiry message when encountered. If there is benefit in leaving the job active, the handler could send an [its own] inquiry message and wait on a receive reply message, such that the "message monitoring system" could then "capture and report on the error."

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.