If you specify the JREOPTIONS
system option more than once, SAS appends each set of JRE options
to the JRE options that you previously defined. For example, the following
two JREOPTIONS specifications:
jreoptions=(-jreoption1 -jreoption2)
jreoptions=(-jreoption3 -jreoption4)
are equivalent
to the single JREOPTIONS specification:
jreoptions=(-jreoption1 -jreoption2 -jreoption3 -jreoption4)
If
a JRE option is specified more than once, the last specification is
the one that is used. Invalid JRE options are ignored.