Previous Topic: Global Compound SymbolsNext Topic: Permanent Versus Temporary Global Variables


Global Variable Nodes and Subnodes

The CA OPS/MVS terms of node and subnode are names that enable you to identify different portions of the name of a global variable and they can help you understand the relationships between global variables.

The best way to convey what nodes and subnodes represent, with respect to global variables, is by example. So consider the following:

Suppose you have the following global variables:

GLOBAL.A
GLOBAL.B
GLOBAL.C
GLOBAL.A.B
GLOBAL.A.B.C
GLOBAL.A.B.D

Let us start at the bottom and work up.

Note: In this example, GLOBAL.A.B is a totally different variable than GLOBAL.A. In fact, GLOBAL.A does not need to exist for GLOBAL.A.B to exist.