Defines a box that contains mutually exclusive choices within
a dialog box.
RADIOBOX DEFAULT=button-number;
|
- DEFAULT=button-number
-
indicates which radio button is the default.
The RADIOBOX statement indicates the beginning of a list of selections.
Immediately after the RADIOBOX statement, you must list an RBUTTON statement
for each of the selections the user can make. When the user makes a choice,
the text value that is associated with the selection is inserted into the
command string of the previous DIALOG statement at field locations prefixed
by a percent sign (%).
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.