PMENU Procedure

PROC PMENU Statement

Invokes the PMENU procedure and specifies where to store all PMENU catalog entries that are created in the PROC PMENU step.
Building a Menu Bar for an FSEDIT Application

Syntax

Optional Arguments

CATALOG=<libref.>catalog
specifies the catalog in which you want to store PMENU entries.
Default:If you omit libref, then the PMENU entries are stored in a catalog in the SASUSER library. If you omit CATALOG=, then the entries are stored in the SASUSER.PROFILE catalog.
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.