Previous Page | Next Page

System Options under OpenVMS

JREOPTIONS= System Option: OpenVMS



Identifies the Java Runtime Environment (JRE) options for SAS.
Default: dependent on the Java environment
Valid in: configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol
Category: Environment control: Initialization and operation
PROC OPTIONS GROUP= EXECMODES
OpenVMS specifics: all

Syntax
Details
Examples

Syntax

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

-JRE-option

specifies one or more JRE 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 JRE. 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.


Examples

jreoptions="(-verbose)"

jreoptions="(-Djava.class.path=/myjava/classes/myclasses.jar:/
myjava2/classes/myclasses.jar -oss600k)"

Previous Page | Next Page | Top of Page