Specifies the location of Help files that are used to view SAS Help and Documentation using Microsoft HTML Help.
Valid in: | configuration file, SAS invocation |
Category: | Environment Control: Help |
PROC OPTIONS GROUP= | HELP |
Default: | (“!MYSASFILES\classdoc” “!sasroot\nls\en\help” “!sasroot\core\help”) |
Windows specifics: | valid values for pathname |
specifies one or more directory pathnames in which SAS Help and Documentation files are located. Pathname must be a valid Windows pathname that contains the installed Microsoft HTML Help files. Pathnames must be enclosed in quotation marks. When more than one pathname is specified, use parentheses around the list of pathnames.
sas -helploc "c:\app1\help" -helploc "c:\app2\help"
("c:\app2\help" "c:\app1\help" "!sasuser\classdoc" "!sasroot\nls\en\help" "!sasroot\core\help")