Previous Page
|
Next Page
PMENU Procedure
Syntax
Procedure Syntax
PROC PMENU Statement
CHECKBOX Statement
DIALOG Statement
ITEM Statement
MENU Statement
RADIOBOX Statement
RBUTTON Statement
SELECTION Statement
SEPARATOR Statement
SUBMENU Statement
TEXT Statement
Overview
Concepts
Examples
Building a Menu Bar for an FSEDIT Application
Collecting User Input in a Dialog Box
Creating a Dialog Box to Search Multiple Variables
Creating Menus for a DATA Step Window Application
Associating Menus with a FRAME Application
SEPARATOR Statement
Draws a line between items on a menu.
Restrictions:
Must be used after an ITEM statement.
Not available in all operating environments.
Syntax
Syntax
SEPARATOR;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page