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

model.weights.name (Required Parameter)

Specifies the name of the input table.

See answer
On: IdentifySpeakers
How can I filter records based on frequency or position in the output table?

You can use `maxFrequency` (alias `maxFreq`) to include records with _Frequency_ less than or equal to a specified number, `minFrequency` (alias `minFreq`) for records with _Frequency_ greater than or equal to a specified number, `maxPosition` (alias `maxIIG`) for records with _Position_ less than or equal to a specified number, and `minPosition` (alias `minPos`) for records with _Position_ greater than or equal to a specified number.

See answer
On: groupByInfo
What is the 'tokenizer' parameter and when should I use the 'BASIC' option?

The 'tokenizer' parameter specifies the tokenizer to use. The default is 'STANDARD', which applies a language-specific tokenizer. The 'BASIC' option uses a tokenizer that separates words by white spaces, punctuation, and CJKT characters. The 'BASIC' tokenizer is only available for Chinese, Japanese, and Korean and can enhance rule matching for specific texts in these languages.

See answer
On: compileConcept
allGraphsMin

specifies the minimum number of vertices a graph must have so it qualifies to be in a allGraphs layout. Remember to specify or tick the allGraphs option. Alias: agMin. Default: 1.

See answer
On: hypergroup
What does 'productName' return?

The 'productName' result is a string. You can access the value from results.productName.

See answer
On: getLicenseInfo