Published on :
Modeling INTERNAL_CREATION

Uploading a Local Analytic Store to CAS

This code is also available in: Deutsch Español Français
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.
Data Analysis

Type : INTERNAL_CREATION


The examples create a simulated astore file (a simple text file) on the local file system to demonstrate the functionality of the UPLOAD subcommand. No actual external data is required.

This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Copyright Info : Copyright © SAS Institute Inc. All rights reserved.