NET/MASTER Management Services (MS) System Management Guide
Managing UserDefined Maps
Maintaining the Map File
12–4 115414 NonStop NET/MASTER MS System Management Guide
The syntax of the TACL RUN command used to invoke the MDMAINT program to
create a map definition and add the map definition to the map file is the following:
RUN MDMAINT /
run-options
/
map-file
ADD
ddl-dictionary-location
{
record-name
|
definition-name
} { R | D }
[
map-name
]
run-options
specifies TACL RUN command options, separated by commas (,). Refer to the
Tandem Advanced Command Language (TACL) Reference Manual for more
information.
map-file
specifies the name of the map file, as described by the PARAM MDSMAPFILE
command. See Section 3, “Configuring NonStop NET/MASTER MS,” for a
discussion of the MDSMAPFILE operand. Refer to the NonStop NET/MASTER MS
Command Reference Manual for more information on the PARAM command.
ADD
specifies that a map definition is to be created and added to the map file.
ddl-dictionary-location
specifies the location of the DDL data dictionary in the following form:
[ \
system
. ]$
volume
.
subvolume
record-name
specifies the name of a record from the DDL data dictionary that is to be added to
the map file. Unless you specify an alternative map name, the name of the record
becomes, by default, the name of the user-defined map. If you specify
record-name
, you must specify R.
definition-name
specifies the name of a definition from the DDL data dictionary that is to be added
to the map file. Unless you specify an alternative map name, the name of the
definition becomes, by default, the name of the user-defined map. If you specify
definition-name
, you must specify D.
R
specifies that a record from the DDL data dictionary is to be used to create the
user-defined map. If you specify R, you must specify
record-name
.