Better performance for re-entrant programs aka reduce static storage
AS400 , IBM i , iSeries , Programming , RPG

I found this article ages ago and book marked it. I just re-read it and found it just as pertinent today as when it was written 15+ years ago! Tips to reduce static storage The variables in an ILE RPG module or program can be divided into three storage (memory) classes: static, automatic, and heap […]
Continue reading