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 actionSetInfo action is part of the built-in action set in SAS Viya. It is u...
The crossTab action performs one-way or two-way tabulations, also known as frequ...
The aggregate action performs aggregation on selected variables. It provides a w...
specifies the variables to use for the analysis. You can specify a subset of the variables from the input table. For more information about specifying the inputs parameter, see the common casinvardesc parameter. Alias: vars.
specifies interval inputs whose prediction should not decrease when the input value increases. Perfect compliance is not guaranteed. Aliases: monotoneIncrease, monotoneInc, Inc.
Yes, the optional 'concept' parameter allows you to specify an input CAS table that contains an LI binary, which can be used to compile the categories model.
specifies the length of the format precision.
Yes, you can enable GPU computation by setting the "enable" subparameter within the "gpu" parameter to TRUE. Note that if you specify the "groupBy" subparameter in the "table" parameter, the "gpu" parameter is ignored.