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 '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.
The weight parameter specifies the variable to be used as weights in the analysis.
The 'gracePeriod' result is a double. You can access the value from results.gracePeriod.
Yes, by setting the 'comment' parameter to TRUE, comments will be added to the generated DATA step code. The default value is FALSE.
The action supports several algorithms specified by the 'algorithm' parameter: 'DFS' (depth-first search), 'UNIONFIND', and 'AFFOREST'. You can also use 'AUTOMATIC', which lets SAS decide the best algorithm based on the graph characteristics.