Previous Topic: DISPLAY PRODUCTNext Topic: DISPLAY STORAGE


DISPLAY STACK

This command displays the amount of storage that is allocated to REXX stack structures. In general, this value is useful only if you suspect storage shortages in the ISERVE address space.

Syntax

Display STACK

Example

------------------------- CA‑GSS/ISERVE Control Panel ---------------------- ==> display stack => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ============================================================================= Stack allocated: 21.4 k bytes. Free: 18.8 k bytes

Stack Allocated

Total virtual storage in the ISERVE address space that is reserved for stack use (in kilobytes). A high-water mark that increases during execution.

Free

Amount of the allocated stack area that is unused and available (in kilobytes).