BINNING Procedure

CODE Statement

  • CODE FILE=filename;

The CODE statement generates score code and stores it in a file that can be used for scoring purposes. Only one CODE statement is processed. If you specify multiple CODE statements, only the first one is used.

You must specify the following option:

FILE=filename

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

Last updated: May 14, 2026