HELPLOC= System Option: z/OS

Specifies the location of the text and index files for the facility that is used to view SAS Help and Documentation.
Valid in: Configuration file, SAS invocation
Category: Environment Control: ENVFILES
PROC OPTIONS GROUP= HELP
Default: NONE
z/OS specifics: All

Syntax

HELPLOC=<(>location-1,<location-2,...,location-n><)>

Required Argument

location
specifies the location of the help files that are to be used with the remote browser.

Details

The HELPLOC= system option specifies the location of the help files and index files that the SAS Remote Browser uses. You can concatenate values to the HELPLOC value during initialization with the following methods:
  • Use the INSERT system option to place a new value at the front of the list of values.
  • Use the APPEND system option to place a new value at the end of the list of values.
For more information, see the APPEND= System Option: z/OS and INSERT= System Option: z/OS system options documentation.