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
The `fedSql.execDirect` action submits a SAS FedSQL language statement for immed...
The featureMachine action is an automated feature transformation and generation ...
The maxFlow action calculates the maximum flow of a graph. The maximum flow prob...
You can specify the analysis variables using the 'inputs' parameter. This parameter takes a list of variables from the input table for which the box plot statistics will be calculated.
Yes, the 'prefix' parameter allows you to specify a prefix that will be applied to the names of the newly created reduced variables. The default prefix is "rv".
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope. Default: FALSE
By default, implicit pass-through is enabled. You can disable it by setting 'disablePassThrough' to TRUE in the 'cntl' parameter list.
You can specify the settings for an output table using the `casOut` parameter. This parameter supports subparameters such as `caslib`, `name`, `replace`, etc.