SAS Procedures under Windows |
Windows specifics: | ACCELERATE= option accepted for several key combinations |
See: | PMENU Procedure in Base SAS Procedures Guide |
Syntax | |
Details |
Syntax |
PROC PMENU <CATALOG=<libref.>catalog> <DESC
'entry-description'>;
|
This version is a simplified version of the PMENU procedure syntax. For the complete syntax, see the PMENU procedure in Base SAS Procedures Guide.
defines a key sequence that can be used instead of selecting an item. When you press the key sequence, it has the same effect as selecting the item from the menu bar or menu.
Under Windows, the ACCELERATE= option in the ITEM statement is accepted only for the following key combinations:
Details |
The PMENU procedure defines menus that can be used in DATA step windows, macro windows, SAS/AF and SAS/FSP windows, or in any SAS application that enables you to specify customized menus.
If you want your program to be portable between Windows and OS/2, you can use the following alternate key combinations:
If you use these alternate key combinations in your SAS program, the Edit menu shows the standard key combination; however, you can use either the standard or alternate key combination to activate the menu item.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.