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 'table.computedVars.nfd' subparameter specifies the length of the format precision.
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.
specifies the maximum number of cores available. The lesser of the specified value and the number of cores specified in the product license will be used.
The 'inputs' parameter specifies the variables from the long-format table that will be transposed into new variables in the wide-format table.
specifies that the inputs varlist variables have numeric values, can be integer or real numbers. Alias: numLabels. Default: FALSE.