Document revision date: 30 March 2001 | |
Previous | Contents | Index |
Help Message (MSGHLP) is a versatile utility that allows you to quickly access online descriptions of system messages from the DCL prompt on a character-cell terminal (including DECterm windows).
Help Message displays descriptions of messages produced by the OpenVMS operating system. In addition, the Help Message database can optionally include other source files, such as user-supplied messages documentation.
The HELP/MESSAGE command and qualifiers are described in the following
sections, including an overview of the facility's features and examples
of a few simple operations. Detailed information about customizing the
Help Message database follows the qualifier descriptions. System
managers can refer to the OpenVMS System Manager's Manual for more information about
customizing the Help Message database.
2.1 Features of Help Message
Basic Help Message features are as follows:
$ HELP/MESSAGE |
$ IF .NOT. $STATUS THEN HELP/MESSAGE |
$ HELP/MESSAGE/STATUS=12 $ HELP/MESSAGE/STATUS=%XC |
$ HELP/MESSAGE ACCVIO $ HELP/MESSAGE VIRTUAL ACCESS |
$ HELP/MESSAGE/BRIEF ACC $ HELP/MESSAGE/BRIEF/WORD_MATCH=WHOLE_WORD ACC |
$ HELP/MESSAGE/FACILITY=SYSTEM ACCVIO |
$ HELP/MESSAGE/FACILITY=? |
$ HELP/MESSAGE/BRIEF/SORT/FACILITY=DTS |
$ HELP/MESSAGE/FACILITY=(BACKUP,SHARED)/SORT/OUTPUT=MESSAGES.TXT |
Following the HELP/MESSAGE command and qualifier descriptions, detailed information is provided for the following tasks:
If you experience performance problems with Help Message or have
requirements that you cannot satisfy using the procedures described in
this chapter, consult your system manager.
2.2 HELP/MESSAGE Command and Qualifiers
The HELP/MESSAGE command and qualifiers are described in the following section.
Displays descriptions of system messages.
HELP/MESSAGE [/qualifier [...]] [search-string]
search-string
Specifies a message identifier or one or more words from a message's text. By default, HELP/MESSAGE displays a description of the message produced by the last executed command (that is, the message corresponding to the value currently stored in the CLI symbol $STATUS). (Some exceptions are discussed in Section 2.4.)The Help Message utility (MSGHLP) operates on the search string using the following conventions:
- Words containing fewer than three alphanumeric characters are ignored.
- Words can be specified in any order.
You can minimize search time by specifying the most unusual word first.- Nonalphanumeric characters are ignored in the search. Exceptions are the percent sign (%) and hyphen (-) when they prefix a message. Therefore, you can paste a full message into the search string, provided you include these special characters and delete any variables (such as file names) that were inserted into the message.
If Help Message fails to find a pasted message in the database, submit the command again and omit the leading special character, facility, and severity. Some common messages are documented as "shared" messages rather than facility-specific messages.- Help Message matches all words that begin with the characters specified in the search string. Use /WORD_MATCH=WHOLE_WORD to specify that only whole words be matched.
/BRIEF
Outputs the message text only./DELETE=filename.MSGHLP
Deletes all messages contained in the specified .MSGHLP file from whichever of the following files is found first:
- A .MSGHLP$DATA file specified with the /LIBRARY qualifier
- The first .MSGHLP$DATA file in a search path specified by the /LIBRARY qualifier
- The first .MSGHLP$DATA file in the default search path (defined by logical name MSGHLP$LIBRARY)
- SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA (the default .MSGHLP$DATA file)
You must have write access to Compaq supplied .MSGHLP$DATA files to delete messages from the Compaq supplied database.
Note
If you create a .MSGHLP file by specifying a search string, check the output .MSGHLP file to be sure the search did not pick up any unexpected messages that you do not want to delete from the database. Edit any such messages out of the .MSGHLP file before you perform the delete operation./EXTRACT=filename.MSGHLP
Extracts messages from the database and generates a .MSGHLP file that can be edited, if desired, and used as input for /INSERT and /DELETE operations. /EXTRACT retrieves data from a .MSGHLP$DATA file or logical search path specified by /LIBRARY or, by default, from files in the search path defined by logical name MSGHLP$LIBRARY. When /EXTRACT is not specified, Help Message produces output in standard text format by default (see /OUTPUT)./FACILITY=?
/FACILITY=(facility-name [,...])
/FACILITY=ALL
Specifies which facilities in the database are to be searched for a match.Enter /FACILITY=? to output a list of all facilities in the default database or in a database specified by /LIBRARY.
To narrow your search, specify one or more facility names with /FACILITY. (Multiple facilities must be enclosed in parentheses and be separated by commas.) Help Message then outputs only matching messages produced by the specified facility or facilities.
Specify /FACILITY=ALL to output messages for all facilities in the database. /FACILITY=ALL is the default unless another facility is implied; for example, specifying /STATUS or defaulting to the value of the CLI symbol $STATUS automatically identifies a specific facility. Similarly, cutting and pasting a message that includes a facility name invalidates use of the /FACILITY qualifier.
/FULL (default)
Outputs the complete message description, including message text, facility name, explanation, user action, and user-supplied comment, if any./INSERT=filename.MSGHLP
Updates the first of the following files to be found with new or changed information from the specified .MSGHLP file:
- A .MSGHLP$DATA file specified with the /LIBRARY qualifier
- The first .MSGHLP$DATA file in a search path specified by the /LIBRARY qualifier
- The first .MSGHLP$DATA file in the default search path (defined by logical name MSGHLP$LIBRARY)
- SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA (the default .MSGHLP$DATA file)
You must have write access for the Compaq supplied .MSGHLP$DATA files to insert data into these files. User-supplied data is identified by change bars in Help Message output.
/LIBRARY=disk:[directory]filename.MSGHLP$DATA
/LIBRARY=disk:[directory]
/LIBRARY=logical-name
Defines the messages database for the current command to be a particular .MSGHLP$DATA file, all the .MSGHLP$DATA files in a specified directory, or all the files in a search path defined by a logical name.For most operations, the default database is either SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA or a search path of .MSGHLP$DATA files defined by logical name MSGHLP$LIBRARY.
For /DELETE and /INSERT operations, the default database is either SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA or the first file in a search path defined by logical name MSGHLP$LIBRARY.
/OUTPUT=filespec
Writes output to the specified file. By default, Help Message writes output to SYS$OUTPUT, which is normally the terminal./PAGE (default for screen display)
Displays terminal output one screen at a time. The page length is automatically set to 1 line less than the value specified by SET TERMINAL/PAGE. (Use of /PAGE is incompatible with /OUTPUT=filespec.)
/NOPAGE/SECTION_FILE=*
Identifies the specified message section file to the system so that Help Message can interpret the $STATUS values for the messages in that file. The default file specification is SYS$MESSAGE:.EXE. Specifying /SECTION_FILE=* automatically includes all OpenVMS-supplied message section files. For more information, see Section 2.4.
/SECTION_FILE=file-spec
Note
The results of using this qualifier are entirely independent from those created by the SET MESSAGE command. The Help Message utility and Message utility do not interact. You must separately code each utility to obtain the results you want./SORT
Sorts output in alphabetical order. If a sort fails, retry the operation using the /WORK_FILES qualifier.
/NOSORT (default)/STATUS=status-code
/STATUS='symbol'
/STATUS='$STATUS' (default)
Outputs the message corresponding to the specified status code. You can specify the status code with a decimal or hexadecimal number or a symbol enclosed in apostrophes. You can omit leading zeros, but you must prefix any hexadecimal number with "%X".If a HELP/MESSAGE command does not include a search string, Help Message by default outputs the message corresponding to the CLI symbol $STATUS; that is, Help Message displays information on how the last executed command completed.
You cannot specify a search string or /FACILITY with /STATUS. /FACILITY is also illegal if you omit the search string and default to /STATUS='$STATUS'.
/WORD_MATCH=INITIAL_SUBSTRING (default)
/WORD_MATCH=INITIAL_SUBSTRING matches all words that begin with a word specified in the search string. The search string can contain multiple words to be matched. Only messages that match every word in the search string (in any order) are output.
/WORD_MATCH=WHOLE_WORD/WORD_MATCH=WHOLE_WORD matches whole words only and refines your search to the exact words specified. For example, an exact search on ACC screens out dozens of other messages containing words that begin with the letters ACC.
/WORK_FILES=nn
/WORK_FILES=0 (default if qualifier is omitted)
/WORK_FILES=2 (default if qualifier is entered with no value)
Specifies that work files are to be used if the /SORT qualifier is specified. You can specify a value from 0 to 10 for nn. This qualifier is necessary only for large sort operations. The qualifier has no effect if /SORT is not specified.
2.3 Tips for Using the /FACILITY Qualifier
When you specify /FACILITY=?, Help Message outputs the names of all
facilities in the database. Unless you specify /SORT, the output
alphabetically lists the facility names for the first .MSGHLP$DATA file
in the database, then the second .MSGHLP$DATA file, and so on.
In addition to the facility names listed in response to /FACILITY=?, Compaq has included a few internal nicknames to simplify access to certain facilities. "DCL" is such a nickname. For example, when accessing MSGHLP$LIBRARY.MSGHLP$DATA, the nickname "DCL" maps to the official facility name, "CLI, Command Language Interpreter (DCL)". DCL does not appear in the list of facility names, but if you enter /FACILITY=DCL in a command, Help Message outputs CLI messages.
Help Message searches for facility names from the beginning of the facility name's string only---not on each word of the string as with the message text. Therefore, you must enter enough characters to narrow your search to the desired field.
For example, a search on /FACILITY=RMS selects messages for two facilities:
To find the RMS messages only, you must enter enough literal characters
to make the search string unique; for example, /FACILITY="RMS,". The
double quotes are required in order to include the comma (and any
following words) in the search string. Since the double quotes direct
Help Message to search for a literal string, you must specify the
precise capitalization used for the facility name in the database.
2.4 Accessing $STATUS Values for Uninstalled Messages
Any messages that are not installed as part of the OpenVMS operating system cannot be equated with a value stored in $STATUS until they are recognized by the system. Such messages include user-supplied messages, third-party messages, and messages from layered products and certain other OpenVMS facilities. Your system manager may already have linked all the messages you need at the system level. If not, you can make these links in your own account. (System managers who want information about linking message section files at the system level should refer to the OpenVMS System Manager's Manual.)
Before linking such messages, determine whether you must frequently access them using the value in $STATUS or a value specified using the /STATUS qualifier. If not, the simplest alternative is to use the HELP/MESSAGE command and specify the message identifier or message text in the search string.
If you prefer the convenience of having Help Message interpret a $STATUS value, there are two ways that you can make the system recognize uninstalled messages:
$ SET MESSAGE TOOLS:[MYPROJ]MYNEWMSG.EXE |
HELP/MESSAGE/SECTION_FILE=file-name.EXE |
By default, /SECTION_FILE tries to generate or update object
library SYS$LIBRARY:MSGHLP$MESSAGE_SECTIONS.OLB. Unless you have write
access to system files, you must first define the logical name
MSGHLP$MESSAGE_SECTIONS to point to your own account.
For example,
to make the messages pointed to by file MYNEWMSG.EXE known in your own
account, use this command sequence:
$ DEFINE MSGHLP$MESSAGE_SECTIONS SYS$LOGIN:MSGHLP$MESSAGE_SECTIONS $ HELP/MESSAGE/SECTION_FILE=MYNEWMSG.EXE |
$ HELP/MESSAGE/SECTION_FILE=* |
Help Message can search a maximum of 42 message section files. Files are searched in this order:
$ LIBRARY/LIST MSGHLP$MESSAGE_SECTIONS.OLB |
$ LIBRARY/DELETE=NETWRKMSG MSGHLP$MESSAGE_SECTIONS.OLB |
You can create one or more customized Help Message databases by changing information in the database files (see Section 2.6) and by selecting which files to include in a database. No matter how you customize your database, you will typically manipulate two kinds of files:
By setting up different search paths for multiple .MSGHLP$DATA files at
the system or process level, you can create a variety of Help Message
databases. The Help Message qualifier /LIBRARY allows you to access or
change a specific .MSGHLP$DATA file or search path. For more
information, see Section 2.5.2.
2.5.1 Creating a .MSGHLP File
There are two ways to create a .MSGHLP file, depending upon the purpose
for which you intend to use the file, as follows:
The following example uses the /EXTRACT qualifier to extract hypothetical message NOSNO from the default database and create a file named NOSNO.MSGHLP to contain the message description:
$ HELP/MESSAGE/EXTRACT=NOSNO.MSGHLP NOSNO |
The .MSGHLP file format uses a unique numerical prefix to designate the message, facility, explanation, and user action sections of the message description:
1NOSNO, can't ski; no snow 2XCSKI, XCSKI Program 3Your attempt to ski failed because there is no snow. 4Wait until there is snow and attempt the operation again. |
When creating a .MSGHLP file, limit your text to 60 characters per line so that the Help Message output does not exceed the terminal display area. Also avoid using a long facility name that wraps to a second line.
Other sections in this chapter explain how you can use the contents of
a .MSGHLP file, edited or unedited, to add data to or delete data from
a .MSGHLP$DATA file.
2.5.2 Defining a Search Path in Your Login File
The Help Message database comprises one or more .MSGHLP$DATA files that can be accessed individually by the .MSGHLP$DATA file name or collectively by a search path that includes one or more .MSGHLP$DATA files. The search path can specify individual .MSGHLP$DATA files or it can specify one or more directory names. Help Message will search all .MSGHLP$DATA files in a named directory.
Your system manager sets up a default Help Message database on the system or accepts the installation default. When you instruct Help Message to display messages or to output messages to a file, Help Message defaults to the main OpenVMS messages file (SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA) unless a search path is defined by logical name MSGHLP$LIBRARY at the system or user level.
You can create your own .MSGHLP$DATA files to add to the database (see Section 2.6.1). None of the .MSGHLP$DATA files need be installed on the system disk. Once you have created the .MSGHLP$DATA files, you can create a logical name in your login file (SYS$LOGIN:LOGIN.COM) to define a search path that names the .MSGHLP$DATA files you want to include in your customized database.
For example, the following command in your login file defines your Help Message default search path to include the main OpenVMS messages file and another file called MYMESSAGES.MSGHLP$DATA:
$ DEFINE MSGHLP$LIBRARY SYS$COMMON:[SYSHLP]MSGHLP$LIBRARY.MSGHLP$DATA,- _$ TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA |
You can set up multiple logical names to create customized search paths that restrict the Help Message database to minimize search time or that add personal .MSGHLP$DATA files to the database. For example, the following logical name omits the main OpenVMS messages file and names two other .MSGHLP$DATA files instead:
$ DEFINE MSGHLP_ABCDEF TOOLS:[MYPROJ]ABC.MSGHLP$DATA,TOOLS:[MYPROJ]DEF.MSGHLP$DATA |
If you want Help Message to search all .MSGHLP$DATA files in a directory, you can define a logical name that points to the directory, but does not name specific files. You can then add or delete files without changing the logical definition. For example, the following command defines logical name MSGHLP_MYPROJ to include all .MSGHLP$DATA files in directory TOOLS:[MYPROJ]:
$ DEFINE MSGHLP_MYPROJ TOOLS:[MYPROJ] |
You can use the /LIBRARY qualifier with the HELP/MESSAGE command to specify a logical name or a .MSGHLP$DATA file. For example, the following command specifies that Help Message search only the file DEF.MSGHLP$DATA for hypothetical message TROUBLE:
$ HELP/MESSAGE/LIBRARY=TOOLS:[MYPROJ]DEF.MSGHLP$DATA TROUBLE |
The following command specifies that Help Message search all the files defined by logical name MSGHLP_ABCDEF (defined in an earlier coding example), which includes both ABC.MSGHLP$DATA and DEF.MSGHLP$DATA:
$ HELP/MESSAGE/LIBRARY=MSGHLP_ABCDEF TROUBLE |
If you have defined no search paths in your account, the following command directs Help Message to search the default database defined at the system level:
$ HELP/MESSAGE TROUBLE |
Typically Help Message searches all .MSGHLP$DATA files in a search path. However, on /INSERT and /DELETE operations, Help Message operates on only one .MSGHLP$DATA file: either a file specified with the /LIBRARY qualifier, a default .MSGHLP$DATA file, or the first .MSGHLP$DATA file in a default or specified search path.
Unless you have write access to the Compaq supplied .MSGHLP$DATA files, it makes sense to put the .MSGHLP$DATA file that you are most likely to update first in a search string. For example, if you have the first of the following two commands in your login file, the second command would by default update file MYMESSAGES.MSGHLP$DATA:
$ DEFINE MSGHLP$LIBRARY TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA,- _$ SYS$COMMON:[SYSHLP]MSGHLP$LIBRARY.MSGHLP$DATA $ HELP/MESSAGE/INSERT=NEW_MESSAGES.MSGHLP |
An alternative is to use the /LIBRARY qualifier to override the default .MSGHLP$DATA file and specify the file that you want to update. For example:
$ DEFINE MSGHLP$LIBRARY SYS$COMMON:[SYSHLP]MSGHLP$LIBRARY.MSGHLP$DATA,- _$ TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA $ HELP/MESSAGE/INSERT=NEW_MESSAGES.MSGHLP- _$ /LIBRARY=TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA |
You can modify the database by adding or deleting information. When you add information to the database, user-supplied documentation displays with a change bar in the left margin to distinguish it from Compaq supplied data.
Only users with write access to Compaq supplied .MSGHLP$DATA files can delete Compaq supplied data or update these files (see the OpenVMS System Manager's Manual for details). However, any user can create a private .MSGHLP$DATA file and include it in the Help Message database (see Section 2.5.2).
The following sections explain how to make these modifications:
You can add new messages to the database by creating a .MSGHLP$DATA file and adding it to a Help Message database search path. The .MSGHLP$DATA file that you create remains intact throughout system upgrades.
Follow these steps to add new messages to the Help Message database:
$ HELP/MESSAGE/INSERT=MYMESSAGES.MSGHLP- _$ /LIBRARY=TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA |
You can delete any message, provided you have write access to the .MSGHLP$DATA file that contains the message. User-supplied data displays with change bars in the left margin to distinguish it from Compaq supplied data. Compaq supplied messages can be deleted only by users with write access to Compaq supplied .MSGHLP$DATA files, usually the system manager. (See the OpenVMS System Manager's Manual for details.)
Use a .MSGHLP file to delete messages, as follows:
$ HELP/MESSAGE/EXTRACT=PROBLEM.MSGHLP PROBLEM |
$ HELP/MESSAGE/DELETE=PROBLEM.MSGHLP |
$ CONVERT TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA - _$ TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA $ PURGE TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA |
You can change any user-supplied data, provided you have write access to the .MSGHLP$DATA file. User-supplied data displays with change bars in the left margin to distinguish it from Compaq supplied data.
Compaq supplied documentation can be modified only by users with write access to Compaq supplied .MSGHLP$DATA files, usually the system manager. (See the OpenVMS System Manager's Manual for details.) Other users can make a copy of a Compaq supplied message and edit that to fit their needs (see Section 2.6.4).
The procedure for updating an existing message is slightly different depending on which field you want to change. Both procedures are described in the following sections.
Changing the Explanation or User Action Fields
Follow these steps to change the explanation or user action fields:
$ HELP/MESSAGE/EXTRACT=FIXIT.MSGHLP- _$ /LIBRARY=TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA FIXIT |
$ HELP/MESSAGE/INSERT=FIXIT.MSGHLP- _$ /LIBRARY=TOOLS:[MYPROJ]MYMESSAGES.MSGHLP$DATA |
Changing the Message Text or Facility Fields
Help Message updates an existing message entry by comparing the message text and facility name fields for an identical match before changing any data in the explanation or user action fields. Therefore, if you want to change the message text of an existing message, you must delete the current message before you insert the revised message. Otherwise, both the old and the new message will appear in the database.
$ HELP/MESSAGE/EXTRACT=PROBLEM.MSGHLP PROBLEM |
$ HELP/MESSAGE/DELETE=PROBLEM.MSGHLP |
$ HELP/MESSAGE/INSERT=PROBLEM.MSGHLP |
If you have write access to Compaq supplied .MSGHLP$DATA files, refer to the OpenVMS System Manager's Manual for information about modifying or deleting Compaq supplied messages documentation.
If you do not have write access to Compaq supplied .MSGHLP$DATA files, there are two ways you can add comments to or modify a Compaq supplied message:
$ HELP/MESSAGE/EXTRACT=BAD_NEWS.MSGHLP BAD_NEWS |
$ HELP/MESSAGE/INSERT=BAD_NEWS.MSGHLP/LIBRARY=TOOLS:[MYPROJ]- _$ MYMESSAGES.MSGHLP$DATA |
If your .MSGHLP$DATA file is included in a search path of the main database, a Help Message search will output both the Compaq supplied message and your version of the message. Your version is distinguished by change bars in the left margin.
Previous | Next | Contents | Index |
privacy and legal statement | ||
6023PRO_002.HTML |