Feb 8, 2024
In the vast landscape of computing technology, the AS400/IBM i platform stands as a stalwart, offering robust solutions for businesses across various industries. While its roots trace back to the mid-1980s, the AS400, now known as the IBM i platform, continues to...
Oct 24, 2020
Here is some simple code that we use to do a mass replace of text strings in physical file source members. It does a case sensitive search and replaces the entire search string with the replacement sting and will always produce data shift if the search and replacement...
Aug 25, 2020
We needed to do a table update remotely over the internet from a very old version of OS/400 (V4R3) using SQL in an RPGLE program on a table which was on a remote machine running a much newer version (V7R1). The connection of the two machines is across the internet....
Aug 25, 2020
First we need to purchase the SSL certificate or certificates. In order to process the purchase we need to create a Certificate Signing Request (CSR). To do this start the HTTP admin server: STRTCPSVR SERVER(HTTP) HTTPSVR(ADMIN) Then goto port 2001 of the HTTP...