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

graphPartition

specifies that graph partitioning is to be used- the layout algorithms (which depend on layout=, and parallel=) become sub-algorithms. More costly timewise, but the layout is often better quality. Alias: gp. Default: FALSE.

See answer
On: hypergroup
keepAllVertices

specifies that all vertices in the data are to be output even if they have no edges incident onto them. Alias: kav. Default: FALSE.

See answer
On: hypergroup
What is the 'table.whereTable.vars.nfl' subparameter?

The 'table.whereTable.vars.nfl' subparameter specifies the length of the format field.

See answer
On: groupBy
scaleCentralities

specifies whether stress, closeness, and betweenness centrality are scaled or not and, for these centralities, whether those of the most central vertices have values are at or near 1, or at or near 0. CENTRAL0 specifies stress, closeness, and betweenness centralities are to be scaled so that the most central vertices have vales at or near 0. CENTRAL1 specifies stress, closeness, and betweenness centralities are to be scaled so that the most central vertices have vales at or near 1. NONE specifies stress, closeness, and betweenness centralities are not to be scaled.

See answer
On: hypergroup
What are the available methods for histogram generation in requestPackages?

Specifies the type of histogram for the request package. Can be 'CUTPTS' (creates bins according to user-specified cutpoints), 'EQUALFREQ' (creates equal-frequency bins), or 'EQUALWIDTH' (creates equal-width bins). Alias is type. Default is EQUALWIDTH.

See answer
On: histogram