Previous Topic: DISPLAY FNTABNext Topic: DISPLAY GSS


DISPLAY GLOBAL

This command displays information about the current status of REXX global variables (shared variables that begin with an ampersand [&]).

Syntax

Display GLOBAL [&var]

Parameters

&var

Limits the display to information about a particular global variable.

Example

------------------------ CA‑GSS/ISERVE Control Panel ----------------------- ==> display global => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ============================================================================== Global Variable Storage: 153856 bytes

Usage Notes