Registers help files to access from the main SAS window Help menu.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Help |
PROC OPTIONS GROUP= | HELP |
Default: | none |
Windows specifics: | all |
is the text string that appears in the Help menu.
specifies the folder and the filename in which the Help file is located. The help file location can be omitted if the file resides in a folder that is specified by the HELPLOC system option. The help file location can be truncated with !sasroot. If help file location includes blank spaces, it must be enclosed in quotation marks.
is the text that appears in the status bar when a user places the mouse over the menu string.
is the topic within the Help file that is displayed when you select menu string from SAS help menu. For HTML files, the topic is the anchor (preceded by #) within the document. For CHM files, the topic is the page within the CHM file. For HLP files, topic is the keyword in the file for which WinHelp searches. If topic includes blank spaces, it must be enclosed in quotation marks.
specifies an HtmlHelp CHM file on the local system or network.
specifies a WinHelp file on the local system or network.
specifies an HTML file on the local file system or network, or a valid URL.
sas -helpregister “SAS Institute Inc” http://www.sas.com ”SAS's homepage on the web“ . html sas -helpregister “Local HTML Doc” c:\mypage.htm “My own help” middle
sas -helpregister “My CHM file” \\server\share\HelpStuff.chm . “InternalFile.htm” sas -helpregister “SAS Windows Companion” host.chm . “/host.hlp/chostfutil.htm”
sas -helpregister “A WinHelp File” c:\somefile.hlp “simply an .hlp file” sas -helpregister “WinHelp with a Topic” c:\somefile.hlp . “My Topic”