TEXTMINE Procedure

SAVESTATE Statement

  • SAVESTATE RSTORE=libref.data-model;

The SAVESTATE statement saves a text mining model to a binary object that is contained in a data table. The object is referred to as the analytic store and contains the necessary information for scoring a text mining model by using the ASTORE procedure. Only complete text models that consist of both parsing and document projections can be saved to the analytic store by PROC TEXTMINE.

You must specify the following option:

RSTORE=libref.data-model

specifies a data table in which to save the text mining 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.

Last updated: August 06, 2026