Come with me while we step through the code, discuss what it’s doing and why it’s doing it. I discovered someone else’s sample subfile template for an RPGLE program this morning. It looks quite nice, coded differently to my personal style so let’s (a) have a play with it, and see how it performs, then (b) modernize it to RPG /free and make some small tweaks to see if it can be improved: #IBMi #AS400 #iSERIES #RPG #RPGLE #SUBFILE

Then we can compile it. Fix any problems we find along the way and finally… hopefully… end up with a working program.

...
Read More

The Winner is Visual Studio Code Visual Studio Code is an IDE (Interactive Development Environment). It’s a modern coding tool helping software developers to work with many languages. To write and maintain source code on your IBM i, iSeries or AS400 system, simply download and install the ‘Code for IBM i’ addon. Visual Studio Code

Read More

Playing with a RPG Subfile Poking around on the filthiest corners of the IBM i Programmers internet this morning, I stumbled across someone else’s sample subfile template for an RPG program. This is quite an old-style RPG program (it looks like it’s from around 2012) but should still work well today. It looks quite nice,

Read More

RPG is not a Rocket Propelled Grenade RPG2 is that Logic Cycle Thing RPG3 is the System/38 version RPG400 is the revamped RPG3 that came with AS400 ​everything after that is RPG… unless its ILE then its RPGLE or sometimes RPG4, or its free format so its RPGLE /Free… or its SQL so its RPGSQL

Read More