The starting point for your SAS® CAS projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
creates a table on the server that contains results from scoring observations by...
Fetches images from a CAS table and sends them to the client for display or furt...
The `attribute` action manages extended attributes for in-memory tables in CAS. ...
The 'table.caslib' subparameter specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
When a machine is added with the 'CONTROLLER' role, it is configured as a backup controller for the server. It's important to note that only two controllers (one primary, one backup) are supported in a CAS server environment.
The "groupBy" action builds BY groups in terms of the variable value combinations given the variables in the variable list. It is part of the Simple Analytics Action Set.
The 'fmtSearch' parameter specifies how the new format library is added to the session's format search order. The options are: 'APPEND' (adds it to the end of the search list, default), 'INSERT' (adds it to the beginning of the search list), 'REPLACE' (replaces the entire search list with this library), and 'NONE' (adds the library without modifying the search list).
You can use the 'heywood' parameter. The options are 'STOP' (default, stops the algorithm), 'BOUND' (sets communalities to 1), or 'UNBOUND' (continues extraction).