Explore. Share. Code.

The starting point for your SAS® CAS projects

Articles
Technical Articles

Discover technical articles from the community

Code SAS
SAS® Code

Snippets & Tutorials

FAQ
Q&A Base

FAQ & Help

Scenarios
Scenarios

Business Use Cases

CAS Actions
CAS Actions

Full Catalog & Examples

Data Step
Data Step

Preparation Scripts

Python
Python

SAS & Python Integration

Blog
Blog

News, tech watch and site updates

Join the community

Participate in the life of the site

Community by the numbers

0
Documented Actions
0
Code Examples
0
Articles Techniques
0
Scénarios Métiers
0
Solved Questions

Random FAQ

What is the 'table.caslib' subparameter?

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.

See answer
On: groupBy
What happens when a machine is added with the 'CONTROLLER' role?

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.

See answer
On: addNode
What is the "groupBy" action?

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.

See answer
On: groupBy
What are the options for the 'fmtSearch' parameter?

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).

See answer
On: addFmtLib
How can I handle Heywood cases during the extraction process?

You can use the 'heywood' parameter. The options are 'STOP' (default, stops the algorithm), 'BOUND' (sets communalities to 1), or 'UNBOUND' (continues extraction).

See answer
On: faExtract