The SCORE Procedure
Syntax: SCORE Procedure
The following statements are available in the SCORE procedure:
PROC SCORE DATA=SAS-data-set <options>;
BY variables;
ID variables;
VAR variables;
The only required statement is the PROC SCORE statement. The BY, ID, and VAR statements are described following the PROC SCORE statement.
Copyright © SAS Institute Inc. All rights reserved.