Previous Page | Next Page

SAS System Options under Windows

JREOPTIONS System Option: Windows



Identifies Java Runtime Environment (JRE) options for SAS.
Default: -Djava.security.policy=<pathname\filename> -Dsas.jre=(private | public) -Dsas.jre.home=!sasroot\pathname -Djava.ext.dirs=pathname\filename
Valid in: configuration file, SAS invocation
Category: Environment control: Initialization and operation
PROC OPTIONS GROUP EXECMODES
Windows specifics: all

Syntax
Details
Examples

Syntax

-JREOPTIONS (-JRE-option-1 <-JRE-option-n>)
JREOPTIONS (-JRE-option-1 <-JRE-option-n>)

-JRE-option

specifies one or more Java Runtime Environment options. JRE options must begin with a hyphen ( - ). Use a space to separate multiple JRE options. Valid values for JRE-option depend on your installation's Java Runtime Environment. For information about JRE options, see your installation's Java documentation.


Details

The set of JRE options must be enclosed in parentheses. If you specify multiple JREOPTIONS system options, SAS appends JRE options to JRE options that are currently defined. Incorrect JRE options are ignored. To define the classpath, use the Djava.class.path option.


Examples

Previous Page | Next Page | Top of Page