Sept 25, 2025
IBM Product Security Central
IBM i Podcast: "You, Me and IBM i"
Sept 24, 2025
Some of you may be aware of this but if not, it's the IBM i "You, Me and IBM i" Podcast. Brought to you by IBM'ers Alex Marquis and Kurt Schroeder.
The site states: "The You, Me, and IBM i podcast offers an inside look at the real lives of the technical support experts at the IBM i Global Support Center. Each episode explores a new aspect of support, and leaves listeners better able to solve their own issues and get back to business."
I hope you enjoy it as much as I have. It's a wealth of info.
The home page can be found here.
IBM i PRTCMDUSG Command
Sept 23, 2025
Nick Litten @Nick Litten brings us this article about IBM i command PRTCMDUSG. I don't know about you, but I haven't used this command in quite some time. It's extremely handy when planning an OS upgrade. As Nick states: "Even a PTF can change a command's behavior".
Nick's article can be found here
IBM i System Limits / Maximum Capacity
Sept 22, 2025
This is something that is overlooked. It is the IBM i System Limits / Maximum Capacity values. The values can be found here. (Change the OS Version as Needed).
Per IBM "If you exceed system limitations, you might experience an application outage or a system outage. Avoid these types of outages by being aware of the maximum capacities and system limitations in advance."
Select Number_Keys: This specifies the column to be returned. Number_Keys indicates the number of key columns defined for an index.
From QSYS2.SYSPARTITIONINDEXES: This is the target table for the query. SYSPARTITIONINDEXES is a system catalog view that provides details about all indexes built on tables within the database.
Where (TABLE_SCHEMA = 'QSPL'): This condition filters the results to only include indexes in the QSPL library. On an IBM i system, QSPL is the dedicated library where the system stores its spooled file data.
and (TABLE_NAME = 'QASPLINFO'): This further narrows the search to indexes on the QASPLINFO table. This is a system-maintained table within the QSPL library that holds information about spooled files.
and (INDEX_NAME = 'QASPDEVQ'): This specifies the exact index to be queried, which is QASPDEVQ. This index is used by the system to manage spooled file information.
In summary, the query is asking the database for the number of key fields that make up the QASPDEVQ index, which is used internally by the IBM i operating system to manage spooled files.
Sept 17, 2025
Here's something that's kind of neat to configure. It's a bit tricky the first time through. If I could do it, so can you! It was fun to set up and run.
It's the "IBM Navigator for i - Custom Charts". The page for it can be found here.
Note: The IBM page shows a current date but only lists out V7R3, V7R4. Since it is "Nav for i", this will probably work on V7R5, V7R6 as well.
Keep in mind: In the steps IBM walks you through, there is mention of the following: "If for some reason a metric is not displaying correctly or is not retrieved, the icon in the upper right for that chart shows an error condition. To review the list of errors, under the main actions button click the "View Chart Errors" action.
When I built a chart to see how the process played out, the chart I built did not show up. I knew it was right so I checked the error log as IBM instructed. What I found out was, I had to open ACS, click on the "Tools" tab and click on "Navigator Requests". That will open up a dialog box showing your partition(s). Highlight the partition the chart is being built for and start the request. That action will force your new chart to be displayed.
IBM i Announcement on V7R4
Sept 16, 2025
FORTRA 2026 IBM i Marketplace Survey
Sept 15, 2025
The 13th annual FORTRA IBM i Marketplace Survey is now open. The dates of the survey are Sept 15th to Oct 31st, 2025.
Please spread the word amongst the IBM i community!
How will you use #ibmi in 2026? Give back to the IBM i community by taking the survey today! https://www.surveymonkey.com/r/Fortra-power-survey
IBM Power Code Matrix
POWER Code Matrix - Supported code combinations for IBM Power Systems
Ending Idle ACS Run SQL Script Sessions
Sept 5, 2025
| Description: Users are leaving their "Run SQL Scripts" sessions open for an extended period of time. | ||
| Although there is a configurable option to "automatically close cursor to release locks", | ||
| this does not disconnect the session. This can present a security risk if physical access | ||
| to the connected workstation is compromised. | ||
| How can we use SQL to identify ODBC/JDBC connections that have been idling for a long time | ||
| and proactively disconnect them? |
@Steve Riedmuller of KISCO Systems has a Gist Site containing SQL code that can assist you with this task. His Gist site can be found here. | |
IBM i Offboarding: Profiles You Didn't Revoke
Sept 3, 2025
"Your IBM i contractor may have walked out last spring, but their user profile still lives on the system..."
This article, courtesy of @JohnFlack of CareCentrix - https://www.linkedin.com/pulse/ibm-i-offboarding-profiles-you-didnt-revoke-john-flack-oplie/eCentrix, is an excellent reminder of things needed to be done on IBM i systems. The article is available here.
IBM Power Solutions Catalog
Sept 2, 2025
IBM's Power Software and Solutions by ISV's worldwide. The page can be filtered by "Operating System, Deployment Type, Industry, Market and Workload". ISV's can also apply to have their software / solutions added to the list.
The Power Solutions Catalog Page can be found here
Courtesy @Brandon Pederson - IBM i and Power Product Marketing Manager.






