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 assessBias action calculates bias metrics for predictive models. This is a c...
The 'clique' action finds maximal cliques in a graph. A clique is a subgraph whe...
The brScore action scores text data based on a set of Boolean rules. These rules...
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'.
Yes, you can use the 'casOut' parameter to specify the output table settings, such as the table name and caslib, to store the expected range values.
specifies the length of the format field.
To compute Cronbach's coefficient alpha, you need to set the 'alpha' parameter to TRUE.
You can use the `where` subparameter within the `source` parameter. This allows you to provide a `where-expression` to filter the rows from the source table before they are appended to the target table.