PROC QUANTSELECT Statement Options
Enter SAS PROC QUANTSELECT statement options in this field to override default parameters.
You can specify any PROC QUANTSELECT option using the following syntax:
Option
where:
• | Option is the PROC QUANTSELECT option, and |
• | a space is used to delimit individual conditions. |
Examples of commonly used PROC QUANTSELECT options are listed in the following table:
Option |
Definition |
DATA=(name) |
Names a data set to use for a regression. |
TESTDATA=(name) |
Names the data set containing the test data. |
VALDATA=(name) |
Names the data set containing the validation data. |
NOPRINT |
This option suppresses all displayed output. Use the NOPRINT option if you want to create an output data set only. |
To Specify One or More PROC QUANTSELECT Options:
8 | Type specific PROC QUANTSELECT options in the PROC QUANTSELECT Statement Options field. |
8 | For example, to specify NicardipineTest_DataSet as the name of the file containing the test data and to suppress all output, type TESTDATA=NicardipineTest_DataSet NOPRINT in the text box. |
8 | Be sure to separate individual options with a space. |
For Additional Information
Refer to the SAS PROC QUANTSELECT documentation for more information.