Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The SCORE Procedure

Syntax

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.


PROC SCORE Statement

BY Statement

ID Statement

VAR Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.