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
Computes the range and moving relative range for each time series observation in...
The httpAddress action shows the HTTP address for the server monitor. This actio...
Releases all objects that are checked out by the current client session. This ac...
Displays the status of integer processing in the session as 1 (enabled) or 0 (disabled). Alias: BIGINT
specifies the length of the format field.
specifies bin boundaries at quantiles of numerical inputs instead of bins of equal width. Aliases: qbin, qtbin. Default: TRUE.
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".
One-hot encoding transforms a categorical variable into a set of binary variables (one for each level). To use it, you set the 'method' parameter to 'ONEHOT'. This is also aliased as 'LABEL'.