As part of the latest round of Technology Refreshes, IBM i 7.5 TR1 and 7.4 TR7, three new columns were added to one of my favorites Db2 for i Table Functions, HISTORY_LOG_INFO. I often use this Table Function to search the IBM i partitions’ history.
The new columns are all parts of the existing job name column, FROM_JOB:
FROM_JOB_NAME: Job name
FROM_JOB_USER: The user profile of the job
FROM_JOB_NUMBER: Job number
These columns might not sound like a big addition to HISTORY_LOG_INFO, but the first two, name and user, make it easier to find results I am looking for.
Read more » Read More