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
Yes, the 'prefix' parameter allows you to specify a prefix that will be applied to the names of the newly created reduced variables. The default prefix is "rv".
The corrB parameter, when set to True, displays the correlation matrix of the parameters. The default value is False.
The 'tokenize' parameter specifies whether the index field is tokenized. By default, its value is FALSE.
You can set the 'wildsensitive' parameter to FALSE. The default behavior is case-sensitive (TRUE).
The code parameter provides an input string that contains a SAS/IML program. Its alias is imlstring.