The StackFrame class gives access to execution information about the currently executing Rexx activity. Instances of the StackFrame class can be obtained via the .CONTEXT environment symbol or from a condition object created for a trapped condition. A StackFrame instance represents an instance of an execution unit on the current activity's call stack. It provides information on code location, arguments, etc. that are useful for debugging and problem determination. They cannot be directly created by the user. It is a subclass of the Object class (
Section 5.1.1, “The Object Class”).