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



Again, remember the job may not be ready, but this program will tell you
&jobname is equal to DSPOBJD2.

PGM
DCL &MSGKEY *CHAR 4
DCL &MSGDTA *CHAR 46
DCL &MSGID *CHAR 7
DCL &JOBNAME *CHAR 10
DCL &JOBUSER *CHAR 10
DCL &JOBNBR *CHAR 6
DCL &JOBQ *CHAR 10
DCL &JOBQLIB *CHAR 10

SBMJOB CMD(DSPOBJD OBJ(DONNY) OBJTYPE(*PGM) OUTPUT(*PRINT)) +
JOB(DSPOBJD)
SBMJOB CMD(DSPOBJD OBJ(DONNY) OBJTYPE(*PGM) OUTPUT(*PRINT)) +
JOB(DSPOBJD2)
RCVMSG RMV(*NO) MSGTYPE(*LAST) +
KEYVAR(&MSGKEY) MSGDTA(&MSGDTA) MSGID(&MSGID)

CHGVAR &JOBNAME (%SST(&MSGDTA 1 10))
CHGVAR &JOBNBR (%SST(&MSGDTA 11 6))
CHGVAR &JOBUSER (%SST(&MSGDTA 17 10))
CHGVAR &JOBQ (%SST(&MSGDTA 27 10))
CHGVAR &JOBQLIB (%SST(&MSGDTA 37 10))
DMPCLPGM
ENDPGM

Compiled and tested. See the output created by DMPCLPGM.

Rob Berendt

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.