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.