Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
SAS Explorer Window
For information about Motif, see your Motif documentation. The SAS Explorer window is not the default for the SAS System in the OpenVMS operating environment.
Invoking SAS with the Explorer Window |
$ SAS8
If the SAS Explorer window is not the default, then use the EXPLORER system option to specify the Explorer window:
$ SAS8/EXPLORER
As explained in Starting a SAS Session, you can also specify other system options when you invoke SAS in this manner.
To specify a display node, use the SET DISPLAY DCL command. For example, if you want to invoke SAS with the Explorer window and to display the windows on node MYNODE running TCP/IP transport protocol, type the following:
$ SET DISPLAY/CREATE/NODE=MYNODE/TRANS=TCPIP $ SAS8/EXPLORER
For more information about the SET DISPLAY DCL command,
see the OpenVMS online help. For more
information about logical names, refer to OpenVMS User's
Manual.
You can
also invoke SAS with the SAS Explorer window from the
Applications
menu of the Motif Session Manager.
To add SAS to the
Applications
menu (if it is not already there), follow these steps:
Menus
.
Applications
from the
Menu Names
list.
MySAS
,
and define SAS8/EXPLORER (along with
the appropriate command-line qualifiers) as the DCL command.
Item Names
list by clicking on the up arrow.
For more information about Session Manager, see the
documentation for your Motif interface.
$ DEASSIGN SYS$INPUT $ SAS8/EXPLORER
The DEASSIGN command prevents OpenVMS from looking for program input in the location defined by the SYS$INPUT logical name, and it enables SAS to be initialized with the Explorer window.
If the .COM file is named MYSAS.COM, then you would execute the file as follows:
$ @MYSASFor more information about command procedure files, see Command Procedures and OpenVMS User's Manual.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.