The LOGSELECT Procedure

STORE Statement

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

The STORE statement saves the context and results of the statistical analysis. The resulting analytic store has a binary file format that cannot be modified. An example of analytic store technology is to perform a time-consuming analysis and to store its results by using the STORE statement. Later you can perform specific statistical analysis tasks based on the saved results of the previous analysis, without having to fit the model again. The contents of the analytic store can be processed by the ASTORE procedure and the logisticAssociation, logisticCode, logisticOddsRatio, logisticScore, and logisticType3 actions in the regression action set.

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 output data table. For more information about this two-level name, see the section Using CAS Sessions and CAS Engine Librefs.

Last updated: November 05, 2020