OPTBINNING Procedure

SAVESTATE Statement

  • SAVESTATE RSTORE=libref.data-table;

The SAVESTATE statement creates an analytic store for the model and saves it as a binary object in a data table. You can use the analytic store in the ASTORE procedure to score new data. For more information, see Chapter 4, ASTORE Procedure.

You must specify the following option:

RSTORE=libref.data-table

specifies a data table in which to save the analytic store for the model. libref.data-table is a two-level name, where libref refers to the library, and data-table specifies the name of the output data table. For more information about this two-level name, see the DATA= option and the section Using CAS Sessions and CAS Engine Librefs.

The SAVESTATE statement is optional.

Last updated: August 06, 2026