![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the OS/2 Environment |
The following macro statements have behavior specific to OS/2:
| %KEYDEF key-name | 'key-name' <'definition'>; |
| Key Name | Key Sequence |
|---|---|
| RMB | right mouse button |
| SHF RMB | SHIFT+right mouse button |
| CTL RMB | CTRL+right mouse button |
| MMB | middle mouse button |
| SHF MMB | SHIFT+middle mouse button |
| CTL RMB | CTRL+right mouse button |
For example, to assign the ZOOM command to the CTL RMB key sequence, submit the following command:
%keydef 'ctl rmb' 'zoom';
| %SYSEXEC <command>; |
The following is a simple example of %SYSEXEC:
%sysexec time;This statement launches a command prompt session that displays the following lines:
The current time is: 16:32:45.16 Enter new time:
Note:
The %SYSEXEC statement uses the XSYNC and XWAIT system option values just like the X statement and X command do. For more information about these system options, see
XSYNC System Option and XWAIT System Option. ![[cautend]](../common/images/cautend.gif)
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.