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 frequency variable. Alias is frequency.
Yes, the action supports parallel processing. You can use the 'nThreads' parameter to specify the number of threads for multithreaded processing, and the 'distributed' parameter to run the algorithm on a distributed graph for large-scale problems.
Yes, the "initialvalues" parameter allows you to specify a list of initial values for the parameters to start the optimization process.
The nthreads parameter specifies the number of threads to use on each node. This parameter is used for parallel computations. When set to 0, all available threads are used. In some circumstances, the iml action might use fewer threads than the value that you specify in this parameter because the action's internal algorithms determine that a smaller number of threads is preferable. The range for this parameter is 0–128.
Yes, you can use the `copyVars` parameter to specify a list of variable names that you want to copy from the input table to the output `casOut` table.