I've always written my ISPF macros in REXX and I was just wondering if it's even possible to compile them so that they could run even faster. If I compile a standard REXX program with the REXXC command, everything works out like a charm. I run them in either online or batch mode and they do as designed. On the other hand, when I compile an ISPF MACRO, it doesn't give me any error codes but when I try to run it, I abend with a SOC4. Does anybody know what are the exact steps I need to take in order to make this work ? I'm very not sure of what to do here.
Thanks.