Chapter Contents |
Previous |
Next |
The PMENU Procedure |
Restriction: | Must be used after an ITEM statement |
Featured in: | Building a Menu Bar for an FSEDIT Application and Creating Menus for a DATA Step Window Application |
SELECTION selection 'command-string'; |
Required Arguments |
Details |
You are likely to use the SELECTION statement to define a command string. You create a simple alias by using the ITEM statement, which invokes a longer command string that is defined in the SELECTION statement. For example, you could include an item in the menu bar that invokes a WINDOW statement to allow data entry. The actual commands that are processed when the user selects this item are the commands to include and submit the application.
Note: If you are using PROC PMENU to issue any command that is valid
only in the PROGRAM EDITOR window (such as the INCLUDE command), you must
have the windowing environment running, and you must return control to the
PROGRAM EDITOR window.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.