Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
In Version 8 of the SAS System under OpenVMS, the SAS windowing environment interface is available on any display device that uses the Motif interface.
Invoking SAS with the Windowing Environment Interface |
Invoking SAS in the windowing environment mode opens
the three programming windows: Program Editor, Log, and List.
$ SAS8
If the SAS windowing environment is not the default, then use the SAS windowing environment system option to specify the SAS windowing environment interface:
$ SAS8/DMS
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 SAS windowing environment interface and to display the windows on node MYNODE running TCP/IP transport protocol, type the following:
$ SET DISPLAY/CREATE/NODE=MYNODE/TRANS=TCPIP $ SAS8/DMS
For more information about the SET DISPLAY DCL command,
see the OpenVMS online help and OpenVMS User's
Manual.
Menus
.
Applications
from the
Menu Names
list.
MySAS
,
and define SAS8/DMS (along with the
appropriate command-line qualifiers) as the DCL command.
Item Names
list by clicking on the up arrow.
For more information about Motif Session Manager, see
the documentation for your Motif interface.
$ DEASSIGN SYS$INPUT $ SAS8/DMS
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 SAS windowing environment interface.
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.