The MBC Procedure

STORE Statement

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

The STORE statement enables you to save the fitted model to a store. You can then use this store with PROC CAS and an appropriate scoring action to score other data. CAS-libref.data-table is a two-level name, where CAS-libref refers to the caslib and session identifier, 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.

Last updated: December 21, 2018