Guru: Speeding Up RPG By Reducing I/O Operations Gregory Simmons

​Perhaps one of the easiest ways to speed up an RPG program is to reduce the number of I/O operations it needs to perform. In this article let’s explore one simple method for moving toward dataset processing.
Here I have a simple RPG program. Okay, admittedly, we don’t often get to write “simple” RPG programs, but for this example, I have stripped the RPG program down to just the read loop so I can demonstrate the conversion.

In the above program, we need to read all records from the AcctMstr file where the branch is equal to the branch that …
The post Guru: Speeding Up RPG By Reducing I/O Operations appeared first on IT Jungle. Read More 

Verified by MonsterInsights