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 createBackup action is a crucial administrative tool within the accessContro...
Find hypergroups, graph layouts, colors, communities, centralities, shortests pa...
The copyTable action allows for the duplication of an in-memory table to another...
The 'encodeName' parameter (default: FALSE) specifies whether to encode variable names, such as predicted probabilities of a binary or nominal target, in the generated CAS output table. If set to TRUE, predicted probabilities are prefixed with 'P_' instead of '_DT_P_'.
The 'prodID' result is an integer. You can access the value from results.prodID.
The 'modelTable' parameter is required to specify the table containing the gradient boosting tree model.
You can use the "maxRows" parameter to define the maximum number of rows to return. Additionally, the "from" and "to" parameters can be used to specify a range of rows by ordinal position.
The addTable action cannot be run directly in the same way as other actions. Each client (CASL, Python, R, etc.) provides a specific function or method to transfer data to the server, which then runs the addTable action.