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 `glm` action fits linear regression models using the method of least squares...
The `connectedComponents` action finds the connected components of a graph. In g...
Adds a format library to the current CAS session. This allows user-defined forma...
Specifies the sequence of month, day, and year when ANYDTDTE, ANYDTDTM, or ANYDTTME informat data is ambiguous.
Yes, you can save the control limits to an output data table by specifying the 'outLimitsTable' parameter. This creates a new CAS table containing the control limit values.
The 'distinctCountLimit' parameter (default: 10000) sets a threshold for the number of distinct values. If this limit is exceeded, the 'misraGries' parameter (default: True) determines whether to use the Misra-Gries algorithm to estimate the frequency distribution or to abort the operation.
The `permission` parameter specifies the host access controls for the new subdirectory. Possible values are: GROUPREAD, GROUPWRITE, GROUPWRITEPUBLICREAD, PRIVATE, PUBLICREAD, PUBLICWRITE, or an integer value. The default is based on the umask of the session process. Its alias is `perms`.
You can control surface smoothing using the 'smoothing' parameter. It includes two sub-parameters: 'iterations', which sets the maximum number of smoothing iterations (default is 0), and 'relaxationFactor', which specifies the degree of smoothing in each iteration (a value between 0 and 1, with a default of 1).