OK folks, it’s time to look at a simple RPG sub file program. And when I say simple, I mean really simple. I’m gonna write a piece of RPG code, keeping the subfile as clean and basic as possible. Really focused on old AS400 style RPG. This is how I started on the System 38,

Read More

What is a single page subfile? A single page subfile is a SCREEN OF DISPLAYED DATA, loaded one page at a time. The displayed data is the number of records that are loaded and displayed at a time. In other words, in a single page subfile, all loaded records are displayed at a time. We

Read More

What is a load all subfile? A load all subfile is one in which we generally specify the subfile size as 9999 in the record format itself. However, you may define the subfile size to be less than 9999 in the record format and still load all your subfile at a time. In that situation

Read More