![]() Chapter Contents |
![]() Previous |
![]() Next |
| The PMENU Procedure |
| Procedure features: |
| ||
| Other features: | SAS/AF software |
| Program |
libname proclib 'SAS-data-library';
| | proc pmenu catalog=proclib.menucat; |
| | menu frame; |
| | item 'File' menu=f;
item 'Help' menu=h; |
| | menu f;
item 'Cancel';
item 'End'; |
| | menu h;
item 'About the application' selection=a;
item 'About the keys' selection=k; |
| | selection a 'sethelp proclib.menucat.app.help;help';
selection k 'sethelp proclib.menucat.keys.help;help';
run;
quit; |
| Steps to Associate Menus with a FRAME |
| View | ![]() |
Properties Window |
| Build | ![]() |
Test |
| |
|
Refer to Getting Started with the FRAME Entry: Developing Object-Oriented Applications for more information on SAS programming with FRAME entries.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.