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

What is the valid range and maximum value for the filterOrder parameter?

The filterOrder parameter accepts a positive integer scalar, with a maximum allowed value of 200.

See answer
On: filterDesign
What does the `allN` parameter do in the cChart action?

The `allN` parameter, when set to True, includes all subgroups in the analysis, regardless of whether their sample size equals the nominal sample size specified. The default is False.

See answer
On: cChart
outTree={casouttable}

creates a data set that depicts a tree diagram to display the hierarchical clustering results. The tree diagram can be plotted using the DENDROGRAM statement in the Graph Template Language. For more information about specifying the outTree parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).

See answer
On: gvarcluster
What are the parameters for the `createBackup` action?

The `createBackup` action accepts the following parameters: - `path`: A string that specifies the directory path for the backup location. - `tables`: A boolean (TRUE/FALSE) that, when set to True, backs up each object as a CAS table instead of persisting the backup to the file system. The default is FALSE.

See answer
On: createBackup
Is it possible to exclude certain concepts from the output results?

Yes, you can use the `dropConcepts` parameter to provide a list of concept names that you want to exclude from the output tables. This is useful for filtering out predefined or intermediate concepts from the final results without removing them from the model itself.

See answer
On: applyConcept