The HPSPLIT Procedure

CODE Statement

  • CODE FILE=filename;

The CODE statement converts the final tree into SAS DATA step code that can be used for scoring. The code is written to the file that is specified by filename.

If no CODE statement is specified, no SAS DATA step code is output.