|
This is how I got around the Qjoblog and the Qprint spoolfiles that are created by a RUNJAVA cmd
/***************/
RTVJOBA USER(&USER1)
DLTSPLF FILE(QPJOBLOG) JOB(&USER1/QJVACMDSRV) +
SPLNBR(*LAST)
MONMSG MSGID(CPF0906 CPF3303 CPF3343 CPF3342)
/***************/
/*** RETRIEVE JOB ATTRIBUTES TO DELETE QPRINT FILE ***/
RTVJOBA JOB(&JOBNME1) USER(&USER1) NBR(&JOBNBR1)
/*** DELETE QPRINT FILE ***/
/*****/
SBMJOB CMD(DLTSPLF FILE(QPRINT) +
JOB(&JOBNBR1/&USER1/&JOBNME1) +
SPLNBR(*LAST)) JOB(DA4DLTQPRT) +
JOBD(DA4MAIL) LOG(0 *JOBD *NOLIST) +
LOGCLPGM(*NO)
MONMSG MSGID(CPF0906 CPF3303) EXEC(GOTO +
CMDLBL(ENDPGM))
-----Original Message-----
From: Clapham, Paul [mailto:pclapham@core-mark.com]
Sent: Wednesday, June 06, 2001 11:28 AM
To: JAVA400-L@midrange.com
Subject: RE: Java shell display
No, it can't. No amount of finagling can do it, and this question has been
asked on newsgroups for years now with no successful answers forthcoming.
PC2
-----Original Message-----
From: keith.mccully@hsbcam.com [mailto:keith.mccully@hsbcam.com]
Sent: June 6, 2001 06:57
To: JAVA400-L@midrange.com
Subject: Java shell display
I'm executing some Java classes from a CL program using the RUNJVA command.
These run OK but when I run the CLP from a command line, the Java shell is
displayed even if there are no error messages. Is it possible to suppress
this
display and have the shell execute in the background? That way the CLP can
complete normally. In batch mode, Java shell manifests itself as a QPRINT
spool
file. Can this also be suppressed?
Thanks,
Keith
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---
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.