×
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.
Step 1: Read the following:
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzamv/rzamvplansecauditing.htm
especially "Setting up security auditing".
Step 2: On the desired libraries:
CHGLIB LIB(...) CRTOBJAUD(*CHANGE)
This will automatically assign object auditing to new objects CREATED in
that library (not necessarily restored, etc).
Step 3: For each library replace mylib in the following:
CHGAUD OBJ('/qsys.lib/mylib.lib/*') OBJAUD(*CHANGE)
This will start object journalling on existing objects in that library.
This will NOT start record, etc, journalling like the command STRJRNPF
does. That's a different animal.
Step 4: Modify some objects
Step 5: Read the infocenter again for how to display the journal entries.
Rob Berendt
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.