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
Adds a format library to the current CAS session. This allows user-defined forma...
Prints the supplied parameters to the client log. This action is generally used ...
This action imports a Quality Knowledge Base (QKB) from a CAS library. It provid...
The alJoin action requires three main parameters: 'table' which specifies the primary data table, 'annotatedTable' which specifies the table containing annotation data, and 'casOut' which defines the output table for the joined results.
To run the action, you must specify the "table" parameter (input data), the "target" parameter (target variable), the "featureOut" parameter (to store feature pipelines), and the "transformationOut" parameter (to store transformation pipelines).
Specifies the caslib for the filter table. By default, the active caslib is used.
The catTrans action is used to group and encode categorical variables using various unsupervised and supervised grouping techniques.
The 'subGroupIDName' parameter specifies the column name for the subgroup IDs. The default column name is '_SubGroupID_'.