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

collection={{collection-1} <, {collection-2}, ...>}

defines a set of variables that are treated as a single effect that has multiple degrees of freedom. The collection value can be one or more of the following:details=TRUE | FALSEwhen set to True, requests a table that shows additional details that are related to this effect.DefaultFALSE* name="string"specifies the name of the effect.* vars={"variable-name-1" }&nbsp;specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.

See answer
On: gvarcluster
How can I optimize the performance of the `applyConcept` action, especially with large documents or complex models?

To improve performance, especially when using the CLAUS_n operator, you can use a two-step process. First, run `applyConcept` with the `parseTableOut` parameter to save the pre-parsed documents to a CAS table. Then, in a subsequent run, use this table as input via the `parseTableIn` parameter to avoid re-parsing the text.

See answer
On: applyConcept
How can I execute the `addNodeStatus` action in Lua?

The Lua syntax for this action is: `results, info = s:session_addNodeStatus{}`

See answer
On: addNodeStatus
BIGINT

New 64-bit integer processing

See answer
On: getServOpt
Which statistics can be used for interval-interval correlation?

The available statistics are ENTROPY, MI (Mutual Information, default), NORMMI (Normalized Mutual Information), PEARSON, and SU (Symmetric Uncertainty).

See answer
On: exploreCorrelation