Chapter Contents

Previous

Next
PMENU

PMENU



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

Language element: procedure
OpenVMS specifics: Some options and statements are ignored in the OpenVMS environment


Syntax
Details
See Also

Syntax

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

Note:   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.  [cautionend]

CATALOG=<libref.>catalog
specifies the catalog in which you want to store PMENU entries. 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.

DESC 'entry-description'
provides a description of the PMENU catalog entries created in the step.


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 allows you to specify menus.

Under OpenVMS, the following statements or statement options are ignored:

The GRAY option makes any unavailable menu items look different (usually bold) from those that are available. On some displays, this visual distinction is not supported; on these displays, all menu items appear the same.

See Also


Chapter Contents

Previous

Next

Top of Page

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