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 `actionSetToTable` action transforms a user-defined action set, which is a c...
The `cox` action in the `phreg` (Proportional Hazards Regression) action set is ...
Extracts object detections from images. This action allows for cropping or highl...
The 'copyVars' parameter allows you to specify a list of one or more variables to be copied from the input table to the output table. Keywords such as 'ALL' or 'ALL_NUMERIC' can also be used.
specifies the length of the format field plus the length of the format precision.
The 'prefix' parameter allows you to specify a prefix that will be applied to the names of the newly created reduced variables in the output table. The default prefix is 'rv'.
The minCut action can produce two main output tables: 'outCutSets' to store the links that form the minimum cut sets, and 'outPartitions' to store the minimum cut partitions of the nodes.
Specifies the table that contains the audio input. Long form: table={name="table-name"} Shortcut form: table="table-name". The castable value can be one or more of the following: caslib, computedOnDemand, computedVars, computedVarsProgram, dataSourceOptions, importOptions, name (required), singlePass, vars, where, whereTable.