×
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.
Do a ChgJob to set logging to a level that does nothing.
/* Get current logging levels... */
RTVJOBA LOGLVL(&LOGLVL) LOGSEV(&LOGSEV) LOGTYPE(&LOGTYP) +
LOGCLPGM(&LOGCLP)
/* Logging off for QSH stuff... */
CHGJOB LOG(0 00 *NOLIST) LOGCLPGM(*NO)
/* Now, do the QSH stuff... */
QSH CMD(......)
/* Now, set logging back to what it was */
CHGJOB LOG(&LOGLVL &LOGSEV &LOGTYP) LOGCLPGM(&LOGCLP)
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
--
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Kevin Wright <kevin.wright@xxxxxxxxxxxx>
Sent: Tuesday, February 25, 2020 1:50 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: chmod change all files in a directory
Patrick wrote:
<snip>
Btw., if anyone knows how to suppress job logs from QSH and child
processes in V4, I'd be interested in a working solution. The stuff which
is usually be found in the net about setting an ENVVAR doesn't work for
me.
Kevin writes:
Not for V4, but there is an RFE for that:
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=14029
1
You may need to be signed in to the RFE site to see this.
Kevin Wright
As an Amazon Associate we earn from qualifying purchases.