Guru: Dynamic Arrays Come To RPG – Limitations, Circumventions, And More
October 12, 2020 Jon Paris
In my first two tips in this series I covered the basics of automatic sizing arrays and variable sized arrays. In this final part am going to discuss some of the current limitations in this support and the facilities IBM has put in place to help circumvent them.
IBM publishes an extensive list of the limitations, but in normal usage only a couple present “real” restrictions in practical terms. If you are curious though, you can find the full list here.
Limitations
The first limitation to bear in mind is that, currently, only top-level variables can be defined …
Read more