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
Specifies the estimation method of location. Can be 'BIWEIGHT' (Tukey biweight), 'GEOMETRICMEAN', 'HARMONICMEAN', 'MEAN' (arithmetic mean, default), 'MEDIAN', 'TRIMMEDMEAN' (with lowerPerc, upperPerc, or symPerc), or 'WINSORIZEDMEAN' (with lowerPerc, upperPerc, or symPerc).
specifies the distinct count limit. If the limit is exceeded, and the misraGries parameter is set to True, the Misra-Gries frequency sketch algorithm is used to estimate the frequency distribution. Otherwise, the distinct count operation is aborted. Default: 10000 Minimum value: 256
when set to True, performs graphical variable clustering without preprocessing by thresholding the sample covariance into connected components. By default, the preprocessing step is performed. Default: NONE
The listServOpts action displays the server options and their corresponding values.
The input data table is specified using the table parameter, which accepts a castable structure. This structure includes options for caslib, computedOnDemand, computedVars, computedVarsProgram, dataSourceOptions, groupBy, groupByMode, importOptions, name (required), orderBy, singlePass, vars, and whereTable.