JREOPTIONS System Option: Windows

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

Syntax

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

Required Argument

-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.

Example: Examples

  • -jreoptions (-verbose)
  • -jreoptions (-Djava.class.path= "c:\my java\classes\myclasses.jar";c:\java2\classes2\classes2.jar -oss600k)