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
specifies whether to encode the variable names such as predicted probabilities of a binary or nominal target in the generated casout table. The predicted probabilities are named with the prefix P_ instead of _DT_P_. Default: FALSE.
You can use the 'whereTable' sub-parameter within the 'rstore' parameter definition. This specifies an input table containing rows to be used as a WHERE filter.
specifies the nameSpace of the second vertex that Analytics of Vertices are to be performed upon. Results will be put into the vertices5= and edges5= tables. Aliases: v2ns, vns2. Default: -1. Minimum value: 0.
The `table` parameter specifies the input data table for the action.
The 'litiChunkSize' parameter specifies the size of chunks used when processing a document. The default is "32K". A value of "ALL" specifies that chunking is not performed and the entire document is loaded at once, which may affect memory usage for large documents.