Product Site

6.13. The Rexx Context (.CONTEXT)

The .CONTEXT environment symbol accesses a RexxContext instance for the currently active Rexx execution environment. The returned context object is only active until the current method call, routine call, or program terminates. Once the context object is deactivated, an error will be raised if any of the RexxContext methods are called.