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 the server port number. Clients can connect to the server on the network port.
The 'casOut' parameter is a required parameter that specifies the settings for the output table where the results will be stored.
specifies the log flush time, in milliseconds. A value of -1 indicates to flush logs after each action completes. A value of 0 indicates to flush logs as they are produced.
By setting the 'promote' parameter to TRUE, the table is added with a global scope, making it accessible to other sessions, provided they have the necessary permissions. The target caslib must also have a global scope.
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.