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 time to wait, in seconds, before running actions are canceled. Canceling the actions can facilitate the timely completion of an addNode action. Specify 0 to indicate that actions are never canceled.
The optimization algorithm can be selected via the 'algorithm' subparameter within 'nloOpts'. The supported algorithms are 'ADAM', 'HF' (Hessian-Free), 'LBFGS', and 'SGD' (Stochastic Gradient Descent).
A common use case is to manage the results of actions that are run in batches. After running multiple actions, you can use `listresults` to see all the generated result tables and then use the `fetchresult` action to retrieve a specific result for further analysis, as shown in the 'Fetch Batched Results from Another Session' example.
The 'outputTables' parameter is used to list the names of the results tables to save as CAS tables.
specifies whether DATA step can replace an existing table.