?>
The starting point for your SAS® CAS projects
Full Catalog & Examples
Data preparation scripts
FAQ & Help
Business Use Cases
Restores a user-defined action set from a saved table. This is useful for sharin...
Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS)...
The actionSetInfo action is part of the built-in action set in SAS Viya. It is u...
The primary required parameter is 'name', which is a string that specifies the name for the new caslib you want to add.
The required parameters are 'table', which specifies the input CAS table for analysis, and 'casOut', which specifies the output CAS table to store the results of the analysis.
You can specify a user-defined LITI model using the `model` parameter. This parameter points to a CAS table that contains your custom model. If this parameter is not specified, the base model is used.
The `batchresults` action requires the `uuid` parameter, which is a string that specifies the UUID of the session.
The 'saveTable' parameter specifies if the FCMP table should be saved. Its default value is FALSE.