SHOW_OBJECT_SIZE

PURPOSE:  The equated command SHOW_OBJECT_SIZE will print the address of the DBL Object's text and the size of the text in characters.  If there is compiled code associated with the object then the address of the code and it's size in characters will also be printed.

SYNTAX

SHOW_OBJECT_SIZE

Examples

*SHOW_OBJECT_SIZE
Please enter HELP, QUIT or the name of the DBL:  TEST
SD LINED.TEST
Text Address  4096  Text Size   147
Code Address  4608  Code Size   420
GS SCNOUTPUT
Text Address  10240  Text Size  94
Code Address  10752  Code Size  336
CM OUTPUT
Text Address  11264  Text Size  86
Code Address  11776  CC   Size  107
PM STRING.TEST
Text Address  129536  Text Size  2870
Code Address  132608  Code Size  7611  (Parts:  5820 1148 643)
PM CALCULATE
Text Address  171008  Text Size  4116
Code Address  175616  Code Size  16457 (Parts:  12632 1100 27)
Decl Address  192512  Decl Size  23706
Code Address  225792  Code Size  3495  (Parts:  2048 1148 299)