Error Detection and Reporting

Some errors are now detected earlier. Formerly, Rexx would wait until it encountered an error during execution to report it to you. Now, some errors are reported before the first instruction in your Rexx script is executed. In particular, syntax errors are reported after you have invoked the program, but before it starts execution.