Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
In Version 8 of the SAS System under OpenVMS, the DMSEXP mode is available on any workstation that uses the Motif interface.
Invoking SAS in the DMSEXP Mode |
$ SAS8
If the DMSEXP mode is not the default, then use the DMSEXP system option to specify the DMSEXP mode:
$ SAS8/DMSEXP
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 in the DMSEXP mode and to display the windows on node MYNODE running TCP/IP transport protocol, type the following:
$ SET DISPLAY/CREATE/NODE=MYNODE/TRANS=TCPIP $ SAS8/DMSEXP
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/DMSEXP (along with
the appropriate command-line qualifiers) as the DCL command.
Item Names
list by clicking on the up arrow.
$ DEASSIGN SYS$INPUT $ SAS8/DMSEXP
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 in the DMSEXP mode.
If the .COM file is name MYSAS.COM, then you would execute the file as follows:
$ @MYSAS
For 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.