If you are an IBM i / AS400 developer and use ODBC, you’ve possibly had a need to connect to the IBM i using ODBC with SSL. Well this last week I tried using SSL for the first time on Linux, Windows and MacOS. Each of them had their unique connectivity challenges. Check out the following links for info on how to possibly resolve your SSL issues: How to set up IBM i Access ODBC Driver for MacOS to use an SSL CertificateHow to set up IBM i Access ODBC Driver for Windows to use an SSL CertificateHow to set up IBM i Access ODBC Driver for Linux to use an SSL Certificate Read More
Capture CPU usage using a program RPGPGM
I am often asked this: How do I capture a list of all the jobs running and the CPU these are using every few minutes. [ #IBMi #rpgpgm #IBMChampion ]
https://www.rpgpgm.com/2023/11/program-to-capture-cpu-usage-over-time.html
submitted by /u/RPGPGM[link][comments] Read More
IBM Power and the Importance of Measurable Results – TechSpective
IBM Power and the Importance of Measurable Results TechSpective Read More
SQL: SELECT with “superpowers” Massimo Duca
With a little trick even a simple SELECT statement can execute any system command! Let’s see how to do that…
L’articolo SQL: SELECT with “superpowers” proviene da BlogFaq400. Read More
Program Status Data Structure (PSDS), %editc BIF (Built-In Function), and %subst BIF in RPG free. Aldo SUCCI
Program Status Data Structure (PSDS) : The psds named Pgm is utilized to store system-related information like the current user and program time.
User: A character field of length 10, located at position 358 in the program status data structure (PSDS). Read More