Previous Topic: DISPLAY PRODUCT

Next Topic: DISPLAY STORAGE

DISPLAY STACK

Use the DISPLAY STACK command to display the amount of storage currently allocated to REXX stack structures. In general, this value is useful only if you suspect storage shortages in the ISERVE address space.

Syntax

Use this format for the DISPLAY STACK command:

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

Fields in the Example

Stack Allocated

Total virtual storage in the ISERVE address space that is currently reserved for stack use (in kilobytes). This is a high-water mark and will increase during execution.

Free

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