NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SHOW MAPS
NonStop NET/MASTER MS Commands
2–346 115412 Tandem Computers Incorporated
SHOW MAPS The SHOW MAPS command displays information about the usage of standard and
user-defined maps. Maps are used by Mapping Services to interpret data in mapped
data object (MDO) variables used by NCL processes. The name of the maps
distributed with NonStop NET/MASTER MS are $MAP, $MSG, $NCL, $SEC, and
$SPI. Entering the SHOW MAPS command with no operands displays information
about all maps.
SHOW MAPS[ =
map-name
]
map-name
specifies the name of a map. The name can be an entire map name or the leading
part of the map name.
If the name is an entire map name, NonStop NET/MASTER MS displays
information about that map. If the name is the leading part of a map name,
NonStop NET/MASTER MS displays information about every map that begins
with the leading part of the name.
Note You cannot follow the map name by an asterisk (*), which in this context would be a wild card, to specify
all maps that begin with a certain sequence of characters.
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Messages NNM0255 through NNM0257 and message NNM0999 indicate the
results of this command. Refer to the NonStop NET/MASTER Messages Manual or
NonStop NET/MASTER MS online help for a description of these messages.
For related information, see the PARAM MDSMAPFILE command.