Explore. Share. Code.

The starting point for your SAS® and Viya™ projects

Articles
Technical Articles

Discover technical articles from the community

Code SAS
SAS® Code

Snippets & Tutorials

FAQ
Q&A Base

FAQ & Help

Scenarios
Scenarios

Business Use Cases

CAS Actions
CAS Actions

Full Catalog & Examples

Data Step
Data Step

Preparation Scripts

Python
Python

SAS & Python Integration

Blog
Blog

News, tech watch and site updates

Join the community

Participate in the life of the site

Community by the numbers

0
Documented Actions
0
Code Examples
0
Articles Techniques
0
Scénarios Métiers
0
Solved Questions

Random FAQ

DATESTYLE

Specifies the sequence of month, day, and year when ANYDTDTE, ANYDTDTM, or ANYDTTME informat data is ambiguous.

See answer
On: getServOpt
Is it possible to save the calculated control limits for later use?

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.

See answer
On: cChart
How does the action handle variables with a high number of unique 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.

See answer
On: analyzeMissingPatterns
What options are available for the `permission` parameter?

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`.

See answer
On: addCaslibSubdir
What options are available for smoothing the generated surfaces?

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).

See answer
On: buildSurface