The starting point for your SAS® CAS 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
Specifies the tenant ID for the server.
Yes, you can use the `doNotCluster` parameter. Specify the name of a column in the input table that contains a Boolean flag. If the value for a row is 'true' or '1', it will be placed in its own separate cluster.
The 'serverDate' result is a string. You can access the value from results.serverDate.
The 'computedVars' subparameter (alias: 'compVars') specifies the names of the computed variables to create. An expression for each variable must be provided in the 'computedVarsProgram' parameter. If omitted, all variables from 'computedVarsProgram' are automatically included.
When set to True, creates the computed variables when the table is loaded instead of when the action begins. Alias: compOnDemand, Default: FALSE.