Chapter Contents

Previous

Next
PMENU

PMENU



Defines pull-down menu facilities for windows created with SAS software

Windows specifics: ACCELERATE= option accepted for four key combinations


Syntax
Details
See Also

Syntax

PROC PMENU <CATALOG=<libref.>catalog> <DESC 'entry-description'>;
ITEM command <option(s)>;
ITEM 'menu-item' <option(s)>;
ACCELERATE=name-of-key;

This is a simplified version of the PMENU procedure syntax. For the complete syntax and its explanation, see the PMENU procedure in SAS Procedures Guide.

ACCELERATE=name-of-key
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 pull-down menu.

Under Windows, the ACCELERATE= option in the ITEM statement is accepted only for the following key combinations:


Details

The PMENU procedure defines pull-down 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 pull-down menu shows the standard key combination; however, you can use either the standard or alternate key combination to activate the menu item.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.