The
ASTORE procedure provides tools to manipulate analytic stores, which are compact binary representations of trained analytic models. The UPLOAD subcommand is specifically designed to transfer an
astore, previously saved on the local file system (for example, via a DOWNLOAD or local model training), to a CAS session. This makes the model available for distributed scoring and other in-memory operations in CAS. The RSTORE option specifies the name of the destination CAS table for the store, while the STORE option indicates the path and name of the
astore file on the local file system. It is common to check for and delete the existing
astore in CAS before uploading to ensure a clean operation.