RLX/SQL provides embedded SQL support for REXX as robust and flexible as that for COBOL. RLX EXECs can be developed rapidly and tested immediately without the preprocess, compile, linkedit and bind steps normally required by DB2 applications written in compiled languages. RLX/SQL includes a DECLARE REXXSTEM service which lets you copy SQL result tables directly into REXX stemmed arrays.
RLX/TSO provides a REXX SQL implementation that, in REXX parlance, is integrated into TSO/E and exploits available ISPF facilities. When errors occur, for example, RLX/TSO uses ISPF services to display full screen, scrollable diagnostic panels.
RLX/CAF allows user-written applications to create, manage and switch among multiple, concurrently active DB2 plan threads. It enables you to connect to multiple DB2 subsystems simultaneously and lets you maintain multiple threads fro each subsystem. Both CAF and RRSAF are supported as DB2 attachment facilities.
RLX/ISPF provides a pair of powerful composite objects that address common processing requirements in the DB2/ISPF environment. The RLX DECLARE ISPFTABLE service provides the means to load SQL query results directly into ISPF tables while the RLX TBDISPL service lets you display and process those results on scrollable ISPF table display panels.
RLX/NET extends REXX SQL support to Net View and endows dialogs running in that environment with the look and feel of ISPF.
RLX/Compile extracts and compiles the SQL statements embedded in your REXX EXECs to produce static DB2 application plans and their associated load modules. RLX/Compile interoperates with AcceleREXX and the REXX/370 Compiler.