Performance tips

Do not use EXITs in REXX
Use RETURN to terminate all your REXX processing. Do not use EXIT statements. EXIT statements in REXX used with FM/Db2 cause excessive CPU usage.