APPLETLOC= System Option

Specifies the location of Java applets.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

APPLETLOC=base-URL

Syntax Description

base-URL
specifies the address where the SAS Java applets are located. The maximum address length is 256 characters.

Details

The APPLETLOC= system option specifies the base location (typically a URL) of Java applets. These applets are typically accessed from an intranet server or a local CD-ROM.

Example

Some examples of the base-URL are
  • "file://e:\java"
  • "http://server.abc.com/SAS/applets"