The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
The exportTextModel action builds an analytic store (astore) model from a catego...
Adds a format library to the current CAS session. This allows user-defined forma...
The `session.actionstatus` action allows you to retrieve the status of actions f...
Specifies the name of the input 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.
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.
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.
The 'productName' result is a string. You can access the value from results.productName.