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 you do not specify a CODE statement, no SAS DATA step code is output.