I have, to date, been disappointed that I could not programmatically retrieve a description for the 420 Audit journal entry types. Referring to IBM's documentation was just not practical. A new SQL View in the Fall 2025 Technical Refreshes has given me what I wanted, a list of all the journal entry types with their descriptions.
The View is JOURNAL_CODE_INFO, which is found in the library QSYS2. It contains the following columns:
- JOURNAL_CODE: The journal code
- JOURNAL_CODE_DESCRIPTION: Description of the Journal code
- JOURNAL_ENTRY_TYPE: Journal entry type
- JOURNAL_ENTRY_TYPE_DESCRIPTION: Description for the journal entry type
The journal codes are for a specific "action", while the Journal Entry Type is the type of information. You can see this with the new View with the following statement:



