SAS 9.1 Companion For Unix Enivronments
How to Specify X Window System Options
When you invoke some X clients , such as SAS, you can use command line options that are passed to the X Window System. In general, you should specify X Window System options after SAS options on the command line.
Supported X Command Line Options
The following list describes the X command line options that are available when you invoke a SAS session from the command prompt.
-display host : server.screen
-
specifies the name or IP address of the terminal on which you want to display the SAS session. For example, if your display node is wizard, you might enter
-display wizard:0.0
or
-display 10.22.1.1:0
-name instance-name
-
reads the resources in your SAS resource file that begin with instance-name . For example, -name MYSAS reads the resources that begin with MYSAS , such as
MYSAS.dmsfont: Cour14 MYSAS.defaultToolbox: True
-noterminal
-
specifies that you do not want to display the SAS session. You must specify this option to generate a graph in batch mode. For more information, see "Running SAS/GRAPH Programs" in SAS/GRAPH Reference, Volumes 1 and 2 .
Note To prevent SAS from attempting to connect to the X server, unset the DISPLAY environment variable and use the -noterminal option on the command line.
-title string
-
specifies the title up to six characters long for your SAS session window. To use multiple words in the title, enclose the words in single or double quotation marks. For example, -title MYSAS produces MYSAS:Explorer in the title bar of the Explorer window.
-xrm string
-
specifies a resource to override any defaults. For example, the following resource turns off the Confirm dialog box when you exit SAS:
-xrm 'SAS.confirmSASExit: False'
Unsupported X Command Line Options
SAS does not support the following X command line options because their functionality is not applicable to SAS or is provided by SAS resources. Refer to "Overview of X Resources" on page 55 for more information on SAS resources.
-geometry
-
Window geometry is specified by the SAS.windowHeight , SAS.windowWidth , SAS.maxWindowHeight , and SAS.maxWindowWidth resources.
-background, -bg
-
These options are ignored.
-bordercolor, -bd
-
These options are ignored. Refer to "Defining Colors and Attributes for Window Elements (CPARMS)" on page 88 for a description of specifying the color of window borders.
-borderwidth, -bw
-
These options are ignored. The width of window borders is set by SAS.
-foreground, -fg
-
These options are ignored.
-font, -fn
-
SAS fonts are specified by the SAS.DMSFont , SAS.DMSboldFont , and SAS.DMSfontPattern resources.
-iconic
-
This option is ignored.
-reverse, -rv, +rv
-
These options are ignored. Refer to "Defining Colors and Attributes for Window Elements (CPARMS)" on page 88 for a description of specifying reverse video.
-selectionTimeout
-
Timeout length is specified by the SAS.selectTimeout resource.
-synchronous, +synchronous
-
The XSYNC command controls the X synchronization.
-xn1language
-
This option is ignored.