Previous Topic: Compiler Error MessagesNext Topic: OPS/REXX Usage Problems


More Errors Detected

Because OPS/REXX is a semi-compiler rather than a pure interpreter, its compile phase detects many errors that other versions of REXX do not catch at execution time. Especially when converting programs to OPS/REXX, you may encounter errors at compile time in supposedly error-free code. This can happen because many REXX interpreters do not detect errors in statements that do not execute.