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



Hello Ted,

(Copied to the list for archival reasons)

You wrote:
>Thanks for the reply.  I posted the same message on midrange.com list.
>Someone told me I could setup a special IBM name designation of QSYSMSGQ
>and that might help in that it stores critical messages that don't
>normally get recorded in QSYSOPR.  Such as "CPF0907 Serious storage
>condition may exist. Press HELP." Although I think he's wrong about this
>one, because I've seen this in QSYSOPR before. ;)

The special message queue is actually called QSYSMSG (no final Q) and it
does receive critical messages but IN ADDITION to QSYSOPR.  Critical
system messages always go to QSYSOPR.  The point of QSYSMSG is to allow a
message monitor program to easily filter out non-critical messages.  If
you have created the QSYSMSG message queue then critical messages will go
to both QSYSOPR and QSYSMSG.

>I'm mainly interested in my backup message:
>
>Date  . . . . . . . . . :   102/04/18
>Time  . . . . . . . . . :    3:05:05
>Job . . . . . . . . . . :   BCKUP
>User  . . . . . . . . . :   QSECOFR
>Job number  . . . . . . :   714115
>Message ID  . . . . . . :   CPC3707
>Message text  . . . . . :   36 libraries saved at 04/18/02 01:01:48.

Since the job name is not a device name I presume you run this backup from
a batch job.  In that case you will find the same message in the joblog of
your backup job.  Simply receive the completion message after the save and
send it where ever you like.  For example:

        SAVLIB .....
        RCVMSG MSGTYPE(*LAST) ..... RMV(*NO)
        SNDPGMMSG .....
        (or page someone, or e-mail them, or SMS them, or whatever ...)

Regards,
Simon Coulter.

--------------------------------------------------------------------
   FlyByNight Software         AS/400 Technical Specialists
   http://www.flybynight.com.au/

   Phone: +61 3 9419 0175   Mobile: +61 0411 091 400        /"\
   Fax:   +61 3 9419 0175   mailto: shc@flybynight.com.au   \ /
                                                             X
                 ASCII Ribbon campaign against HTML E-Mail  / \
--------------------------------------------------------------------



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.