Syntax: GLMSELECT Procedure
The following statements are available in PROC GLMSELECT:
-
PROC GLMSELECT
<options> ;
-
BY
variables
;
-
CLASS
variable <(v-options)> <variable <(v-options ...)> > </ v-options> <options>
;
-
EFFECT
name = effect-type ( variables </ options> )
;
-
FREQ
variable
;
-
MODEL
variable = <effects> </ options>
;
-
MODELAVERAGE
<options>
;
-
OUTPUT
<OUT=SAS-data-set> <keyword <=name> > <...keyword=name>
;
-
PARTITION
<options>
;
-
PERFORMANCE
<options>
;
-
SCORE
<DATA=SAS-data-set> <OUT=SAS-data-set>
;
-
STORE
<OUT=>item-store-name </ LABEL='label'>
;
-
WEIGHT
variable
;
The PROC GLMSELECT statement invokes the procedure. All statements other than the MODEL statement are optional and multiple SCORE statements can be used. CLASS and EFFECT statements, if present, must precede the MODEL statement.
Copyright © SAS Institute Inc. All rights reserved.