MBC Procedure

STORE Statement

  • STORE <OUT=>libref.data-table;

The STORE statement enables you to save the fitted model to an analytic store. The contents of the analytic store can be processed by the ASTORE procedure and by the mbcScore action in the mbc action set.

libref.data-table is a two-level name, where libref refers to the library, and data-table specifies the name of the input data table. For more information about this two-level name, see the DATA= option and the section Using CAS Sessions and CAS Engine Librefs. You can specify at most one STORE statement.

Last updated: June 22, 2026