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

This thread ...

Follow-Ups:
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.