Previous Topic: DISPLAY FNTAB

Next Topic: DISPLAY GSS

DISPLAY GLOBAL

Use the DISPLAY GLOBAL command to display information on the current status of REXX global variables (shared variables that begin with an ampersand [&]).

Syntax

Use this format for the DISPLAY GLOBAL command:

Display GLOBAL [&var]

Parameters

The DISPLAY GLOBAL command takes this parameter:

&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