|
This was cl, to show me a display file, if the job ras being ran interactive, other wise, don't bother showing me.. /* JOB TYPE 1=INTERACTIVE 0 = BATCH */ DCL VAR(&JOBTYPE) TYPE(*CHAR) LEN(1) RTVJOBA JOB(&JOB) USER(&USER) NBR(&JOBNBR) + TYPE(&JOBTYPE) if COND(&JOBTYPE *EQ '1') THEN(DO) DSPSPLF FILE(QSYSPRT) JOB(&JOBNBR/&USER/&JOB) + SPLNBR(*LAST) ENDDO > -----Original Message----- > From: michaelr_41@xxxxxxxxxxxxxx [SMTP:michaelr_41@xxxxxxxxxxxxxx] > Sent: Monday, October 27, 2003 11:52 AM > To: Midrange Systems Technical Discussion > Subject: Determine Batch/Interactive Job Status > > Anyone know how one can determine if a job is running in batch or as an > interactive job? > > TIA... > > - Michael > -- > > michaelr_41@xxxxxxxxxxxxxx > > -- > http://www.fastmail.fm - And now for something completely different... > > _______________________________________________ > 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. This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy the message.
As an Amazon Associate we earn from qualifying purchases.
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.