Operations for Library (*LIB)
This list describes the operations that you can perform against Library (*LIB), and whether those operations are audited.
- Read operation
- DSPLIB
- Display Library (when library is not empty. If library is empty, no audit is performed.)
- LIBRARY_INFO table function
- Returns information about a specific library.
- Locate
- When a library is accessed to find an object Note:
- Several audit entries might be written for a library for a single command. For example, when you open a file, a ZR audit journal entry for the library is written when the system locates the file and each member in the file.
- No audit entry is written if the locate function is not successful. For
example, you run a command using a generic parameter, such as:
DSPOBJD OBJ(AR/WRK*) OBJTYPE(*FILE)
If a library named
AR
does not have any file names beginning withWRK
, no audit record is written for that library.
- Library list
- Adding library to a library list
- Change operation
- CHGLIB
- Change Library
- CLRLIB
- Clear Library
- MOVOBJ
- Move Object
- RNMOBJ
- Rename Object
- Add
- Add object to library
- Delete
- Delete object from library
- Operations that are not audited
- JOURNAL_INHERIT_RULES view
- Returns the journal inherit rules for libraries.