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 builtins.history action shows the actions that were run in the current sessi...
The annCode action generates SAS DATA step scoring code from a trained artificia...
The `session.actionstatus` action allows you to retrieve the status of actions f...
The 'table' parameter is required and is used to specify the input data table for the action.
Specifies the settings for reading a table from a data source. Alias: import. For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
Specifies an expression for each computed variable that you include in the computedVars parameter. Alias: compPgm.
When set to TRUE within the 'cntl' parameter list, it instructs the FedSQL query planner to perform cardinality estimations of the input data.
When `singlePass` is set to True, it prevents the creation of a transient table on the server for the source data. This can be more efficient, but the ordering of the data might not be stable across repeated executions. Its default value is False.