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 `globalReconcile` action, part of the `Reconcile Forecasts Action Set`, simu...
Prints the supplied parameters to the client log. This action is generally used ...
Computes the range and moving relative range for each time series observation in...
Classification variables are specified using the 'class' parameter. This allows you to define how these variables are parameterized in the model, including setting the reference level ('ref'), the ordering of levels ('order'), and the parameterization style ('param', e.g., 'EFFECT' or 'GLM').
You can specify a user-defined LITI model using the `model` parameter. This parameter points to a CAS table that contains your custom model. If this parameter is not specified, the base model is used.
Use the 'tabulate' parameter. You can specify the 'vars' subparameter for one-way tables, or combine 'vars' and 'cross' subparameters to produce two-way or multiway crosstabulation tables.
When set to True, the applyRowOrder parameter uses the available groupBy and orderBy information to group and order the data. The default value is False.
Yes, you can omit the intercept by setting the "noInt" parameter to TRUE.