Product SiteDocumentation Site

6.12. The Rexx Context (.CONTEXT)

The .CONTEXT environment symbol accesses a RexxContext instance for the currently active Rexx execution environment. See Section 5.4.20, “The RexxContext Class” for details on the RexxContext object. 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.