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 featureMachine action is an automated feature transformation and generation ...
The mdSummary action calculates multidimensional summaries of numeric variables....
The mbanalysis action performs market basket analysis, a common technique in dat...
When set to True, this session will be included when transferring state to a new server.
The sMethod parameter specifies the method of estimating the process standard deviation. Default: MVGRANGE. Options are: - MAD: requests a median absolute deviation estimate. - MMR: requests a median moving range estimate. - MVGRANGE: requests an estimate that is based on a moving range of subgroup averages.
The 'checkOutType' parameter accepts two values: "EXCLUSIVE" and "SHARED". "EXCLUSIVE" is the default and ensures only the current session can update the object. "SHARED" prevents other sessions from getting an exclusive lock on the object and its parents, without locking the object itself.
Specifies the length of the format field.
To perform time-based aggregation, you must specify a timestamp variable using the 'id' parameter. Then, use the 'interval' parameter to define the time period for accumulation, such as 'MONTH', 'DAY', or 'HOUR'. Parameters like 'align' and 'offset' offer further control over the time intervals.