The RexxContext Class

The RexxContext class gives access to context information about the currently executing Rexx code. Instances of the RexxContext class can only be obtained via the .CONTEXT environment symbol. They cannot be directly created by the user.

The class RexxContext subclasses (specializes) The Object Class .