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



A couple of you mentioned you were interested:

             PGM
             DCL        VAR(&MSGID) TYPE(*CHAR) LEN(7)
             DCL        VAR(&RTNTYPE) TYPE(*CHAR) LEN(2)
             DCL        VAR(&KEYVAR) TYPE(*CHAR) LEN(4)
             DCL        VAR(&MSGIN) TYPE(*CHAR) LEN(132)
             CHGMSGQ    MSGQ(QSYS/QSYSOPR) RESET(*YES)
 BEGIN:      RCVMSG     MSGQ(QSYS/QSYSOPR) MSGTYPE(*INQ) +
                          MSGKEY(*NONE) WAIT(0) RMV(*NO) +
                          MSG(&MSGIN) MSGID(&MSGID) RTNTYPE(&RTNTYPE)
             MONMSG     MSGID(CPF2451) EXEC(GOTO CMDLBL(M2451))
             MONMSG     MSGID(CPF2410) EXEC(GOTO CMDLBL(DONE))
             GOTO       CMDLBL(MSG)
 AGAIN:      CHGMSGQ    MSGQ(QSYS/QSYSOPR) RESET(*NO)
             MONMSG     MSGID(CPF2451) EXEC(GOTO CMDLBL(M2451))
             MONMSG     MSGID(CPF2410) EXEC(GOTO CMDLBL(DONE))
             RCVMSG     MSGQ(QSYS/QSYSOPR) MSGTYPE(*INQ) +
                          WAIT(0) RMV(*NO) +
                          MSG(&MSGIN) MSGID(&MSGID) RTNTYPE(&RTNTYPE)
             MONMSG     MSGID(CPF2451) EXEC(GOTO CMDLBL(DONE))
             MONMSG     MSGID(CPF2410) EXEC(GOTO CMDLBL(DONE))
 MSG:        IF         COND(&RTNTYPE = '05') THEN(DO)
             SNDDST     TYPE(*LMSG) +
                          TOINTNET(('m1c@xxxxxxxxxxxxxxxxx') +
                          ('8159859069@xxxxxxxxx') +
                          ('jkj@xxxxxxxxxxxxxxxxx') +
                          ('rjg@xxxxxxxxxxxxxxxxx') +
                          ('m2r@xxxxxxxxxxxxxxxxx') +
                          ('smb@xxxxxxxxxxxxxxxxx' *CC)) +
                          DSTD('Message Requiring Reply on +
                          Qsysopr') LONGMSG(&MSGIN)
             GOTO       CMDLBL(DONE)
             ENDDO
             GOTO       CMDLBL(DONE)
 M2451:      SNDDST     TYPE(*LMSG) +
                          TOINTNET(('M1C@xxxxxxxxxxxxxxxxx') +
                          ('8159859069@xxxxxxxxx') +
                          ('jkj@xxxxxxxxxxxxxxxxx') +
                          ('M2r@xxxxxxxxxxxxxxxxx') +
                          ('rjg@xxxxxxxxxxxxxxxxx') +
                          ('smb@xxxxxxxxxxxxxxxxx' *CC)) +
                          DSTD('CPI2451 - MSGQ LOCKED') +
                          LONGMSG('CPI2451 - QSYSOPR MSGQ LOCKED.')
             DLYJOB     DLY(120)
             GOTO       CMDLBL(AGAIN)
 DONE:       DLYJOB     DLY(120)
             GOTO       CMDLBL(AGAIN)
             ENDPGM     

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.