System Options under OpenVMS |
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>)" |
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)"
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.