The starting point for your SAS® and Viya™ 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
The correlation action computes Pearson product-moment correlations. This is a f...
The fmtLibCntlOut action creates a SAS Cloud Analytic Services (CAS) table that ...
The `session.actionstatus` action allows you to retrieve the status of actions f...
Yes, by setting the 'distributed' parameter to TRUE, the action can process the graph in a distributed fashion across multiple machines, which is useful for very large graphs.
The "groupByLimit" parameter specifies the maximum number of levels in a group-by set. If the server determines that this limit is reached, it stops the operation and returns no result, which helps avoid creating excessively large result sets.
Directory for state transfer between server instances
Personal caslibs are caslibs automatically made available to a user when a CAS session is started. The accessPersonalCaslibs action allows an administrator to gain access to all of these personal caslibs across all user sessions.
The 'aggregation.aggregate' action is used to perform aggregation on selected variables within a CAS table. It computes summary statistics for these variables, optionally grouping the results by other variables.