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 `countregViewStore` action allows for the inspection and display of a count ...
The 'clique' action finds maximal cliques in a graph. A clique is a subgraph whe...
Extracts common factors. The faExtract action is part of the Factor Analysis act...
The 'response' parameter is used to specify the response (target) variable for the model.
The 'modelTable' parameter is required. It specifies the in-memory table where the newly created empty model will be stored.
The 'table' parameter specifies the table name, caslib, and other common parameters. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: 'caslib', 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOptions', 'importOptions', 'name', 'singlePass', 'vars', 'where', 'whereTable'.
The outputTables parameter lists the names of results tables to save as CAS tables on the server. For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters). Alias: displayOut.
You can use the "partByFrac" parameter to randomly assign proportions of observations to roles, or the "partByVar" parameter to assign roles based on the values of a specific variable.