NET/MASTER Management Services (MS) Command Reference Manual

HLPMAINT
NonStop NET/MASTER MS Commands
2–118 115412 Tandem Computers Incorporated
Example
1. The following example exports help information describing the TIME command to
the MYFILE edit file:
HLPMAINT EXPORT KEY=TIME FILE=MYFILE
If MYFILE already exists, the export operation fails.
2. The following example exports help information describing the SHOW USERS
command to the MYFILE edit file:
HLPMAINT EXPORT REPLACE=YES KEY=“SH USERS” FILE=MYFILE
If MYFILE already exists, it is replaced.
3. The following example exports help information describing the MSG command
with the DE cultural indicator to the MYFILE edit file:
HLPMAINT EXPORT REPLACE=NO KEY=MSG FILE=MYFILE CULTURE=DE
If MYFILE already exists, the export operation fails.
4. The following example exports help information describing the ABC command
with the US cultural indicator to the MYFILE edit file:
HLPMAINT EXPORT REPLACE=NO KEY=ABC FILE=MYFILE
If MYFILE already exists, the export operation fails.
5. The following example exports help information describing the ABC command
with the DE cultural indicator to the MYFILE edit file:
HLPMAINT EXPORT REPLACE=NO KEY=ABC FILE=MYFILE CULTURE=DE
If MYFILE already exists, the export operation fails.
6. The following example imports help information, which describes the TIME
command, from the MYFILE edit file to the NonStop NET/MASTER MS
command help database:
HLPMAINT IMPORT KEY=TIME FILE=MYFILE
7. The following example imports help information, which describes the ABC
command, from the MYFILE edit file to the NonStop NET/MASTER MS
command help database:
HLPMAINT IMPORT KEY=ABC FILE=MYFILE