The HPCLUS Procedure

CODE Statement

  • CODE <FILE=filename>;

The CODE statement generates SAS DATA step code that mimics the computations that are done by the SCORE statement. You can specify the following options:

FILE=filename

specifies the name of the file to write the SAS score code to.

GROUP=filename

specifies the prefix for the array and label names in the score code. This option enables group processing and ensemble models.

By default, the generated SAS DATA step code is written to the log.

Last updated: July 02, 2020