Loading...
Searching...
No Matches
dc_casload.sas File Reference

Loads a CAS table into memory. More...

Go to the source code of this file.

Detailed Description

There are three versions of this macro, one per build target. The interface is the same. The macro loads the source table to memory (if not loaded) and promotes it.

Note that we cannot collect metadata from the APIs (like in mv_castabload) because the server info may be inacessible to the logged in user

Running SAS code under a system account (like proc util) DOES work, so we just make the assumption that the source file and library matches the libds.

Parameters
[in]libdslibrary.dataset of the CAS table to load
[in]mdebug=(0) Set to 1 to enable verbose logging

SAS Macros

Author
4GL Apps Ltd

Definition in file dc_casload.sas.