Chapter Contents

Previous

Next
XRESOURCES=

XRESOURCES=



Specifies a character string of X resource options or the application instance name for the SAS interface to Motif

Language element: system option
Default: none
Valid in: configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: All aspects are host-specific


Syntax
Details
Example
See Also

Syntax

XRESOURCES="resource-list"

"resource-list"
specifies the resource setting to be passed to the SAS System. The value for resource-list must be enclosed in double quotation marks.


Details

For the SAS interface to Motif, the XRESOURCES= system option enables you to pass any valid X window system command-line options as well as -xrm options to the interface. The xrm option enables you to set any resource used by the SAS System. For a complete list of resource and class names used by the SAS System, see Summary of X Resources for the SAS System. The first argument in the resource list can also be used to specify the application instance name.

In order to conform to the OpenVMS command-line syntax, this option must be enclosed in double quotation marks. This enables you to preserve case, as well as to specify a compound statement. Any value that is enclosed in single quotation marks is resolved as a symbol by OpenVMS before it is processed by the SAS System. If no symbol exists for the specified value, unexpected results may occur.

Note:   Placing single quotation marks inside double quotation marks may not create the effect you want. To preserve the case of the characters, enclose the string in double quotation marks.  [cautionend]


Example

In the following example, the XRESOURCES= system option does three things:

$ SAS /MOTIF /XRESOURCES="AXPSAS
    -display=mynode::0
    -xrm=(AXPSAS.sessionGravity: SouthWestGravity)"

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.