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 `session.actionstatus` action allows you to retrieve the status of actions f...
The maChart action produces a uniformly weighted moving average (MA) chart. This...
The fmtLibCntlIn action creates a format library from a control table. This is u...
Specifies an expression for each computed variable that you include in the computedVars parameter. Alias: compPgm.
specifies the locale to use for sorting and formatting.
The primary input table is specified using the 'table' parameter. This table must contain the process measurement variables and subgroup variables.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following:
You define the model using the 'model' parameter. This includes specifying the dependent variable(s) with the 'depVars' subparameter and the explanatory effects using the 'effects' subparameter. You can also define the response distribution (e.g., 'BINOMIAL', 'MULTINOMIAL') and the link function (e.g., 'LOGIT', 'PROBIT', 'CLOGLOG').