Just a quick note on install. If you install to a library different from RPGUNIT (I tried IRPGUNIT), and you attempt to run A_INSTALL, then it will fail when compiling RMTRUNSRV Because of this line:
/copy RPGUNIT/RPGUNITY1,TEMPLATES
I changed it to:
/copy RPGUNITY1,TEMPLATES
and it works fine. Looking through the rest of the source, there are no other occurrences of this qualifier.
Fixed with v2.4.2.