PROC GLMSELECT Statement Options

Use this field to specify additional options in the PROC GLMSELECT statement.

You can specify any PROC GLMSELECT option using the following syntax:

Option

where:

Option is the PROC GLMSELECT option.

Some PROC GLMSELECT options are described 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 GLMSELECT Options:

8 Type specific PROC GLMSELECT options in the PROC GLMSELECT 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.

Refer to the SAS PROC GLMSELECT documentation for more information.