APPLETLOC= System Option: z/OS

Specifies the location of Java applets.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES

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

APPLETLOC="http://server.abc.com:server.abc.port/SAS/applets"