Previous Topic: OPS/REXX Is Easy to LearnNext Topic: Understandable Error Messages


Powerful Data Handling Tools

OPS/REXX provides facilities for writing structured programs. It supports all common program structures such as DO WHILE ... END and IF ... THEN ... ELSE. OPS/REXX also provides many built-in functions to handle dates and times, and to convert binary and hexadecimal data to or from decimal or character formats.

OPS/REXX also supports subroutine and function calls to and from other languages, as well as to and from other OPS/REXX programs.