Chapter Contents

Previous

Next
The PMENU Procedure

PROC PMENU Statement


Invokes the PMENU procedure and specifies where to store all PMENU catalog entries created in the PROC PMENU step.

PROC PMENU <CATALOG=<libref.>catalog>
<DESC 'entry-description'>;


Options

CATALOG=<libref.>catalog
specifies the catalog in which you want to store PMENU entries.
Default: If you omit libref, the PMENU entries are stored in a catalog in the SASUSER data library. If you omit CATALOG=, the entries are stored in the SASUSER.PROFILE catalog.
Featured in: Building a Menu Bar for an FSEDIT Application

DESC 'entry-description'
provides a description for the PMENU catalog entries created in the step.
Default: Menu description

Note:   These descriptions are displayed when you use the CATALOG window in the windowing environment or the CONTENTS statement in the CATALOG procedure.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

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