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 testOverlap?

The testOverlap parameter, when set to True, applies tests for special causes to overlapping patterns of points. Default: FALSE.

See answer
On: irChart
outEdge={casouttable}

creates a data set for use with the Hypergroup action in the tkhypgrp action library. This table contains the information that defines the edges in the network: _FROM_, _TO_ and _WEIGHT_. For more information about specifying the outEdge parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).

See answer
On: gvarcluster
forceMissingCount=TRUE | FALSE

when set to True, techForCont is VALUE or RANDOM, and casOut is not specified, the server returns the row count and missing count. This is done even if it requires an additional pass through the data. Leaving it False is efficient for large tables. Default FALSE

See answer
On: impute
vertex2Number

specifies the when standardizedLabels is specified, vertex2Number specifies the second vertex that Analytics of Vertices are to be performed upon. Results will be put into the vertices5= and edges5= tables. Alias: vertexNumber2. Minimum value: 0.

See answer
On: hypergroup
What does the 'generatedColumns' parameter do?

The 'generatedColumns' parameter specifies the generated columns to include in the output table. Its alias is 'genCols', and specified values must be unique. Options include: 'ALL' (all generated columns), 'CUMFREQ' (_CumFreq_ column and _SubCumFreq_ if nSubGroupVars is specified), 'F' (columns with formatted values of groupBy variables, ending with _F), 'FREQUENCY' (_Frequency_ column), 'GROUPID' (_GroupID_ column), 'NONE' (no generated columns), and 'POSITION' (_Position_ column).

See answer
On: groupByInfo