%DISPLAY
The data of an object is only visible if the interrupt point lies in a method of that object. No qualification is specified in such cases.
The data in a method is only visible within that method.
An object reference is displayed as follows:
<level> objref <level+1> FACTORY | OBJECT | NULL <level+1> class-name
The first component indicates whether the reference points to the factory object or a normal object or whether a null reference is involved. The second component shows the class name of the currently referenced object and is dropped for null references.
%SD
%SD shows the data in the current dynamic call hierarchy of programs and methods. In the case of methods, only the local data of the method is displayed, not the data of the surrounding object.
In addition, the global data for a source module such as the _COMPILATION_DATE, for example, is output per class.