PARTIALDEPEND Procedure

ASTOREMODEL Statement

  • ASTOREMODEL RSTORE=libref.data-table;

The ASTOREMODEL statement names an analytic store to be explained. If you specify multiple ASTOREMODEL statements, you must also specify the CODE statement to name the DS2 code that is used along with the analytic stores. For more information about DS2 code and using DS2 code with analytic stores, see SAS DS2 Language Reference, SAS DS2 Programmer’s Guide, and Chapter 4, ASTORE Procedure.

You must specify the following option:

RSTORE=libref.data-table

specifies the analytic store that contains the model to explain. 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