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
Displays the number of backup copies of blocks for in-memory tables to create in subset sessions.
The 'partition' parameter, when set to True, assumes that the table is already partitioned. The default is False.
The 'siteNum' result is an integer. You can access the value from results.siteNum.
To rename a table, use the `name` parameter to specify the current table and the `rename` parameter to provide the new table name.
Given verticesList, verticeNumbersList, or verticeNumericsList, which shortest paths between these vertices are required? ALL between every pair of vertices in the list. MINSPANTREE the shortest paths that are a minimum spanning tree. SEQUENTIAL the shortest path from the first to the second, second to third,...