Explore. Share. Code.

The starting point for your SAS® and Viya™ projects

Articles
Technical Articles

Discover technical articles from the community

Code SAS
SAS® Code

Snippets & Tutorials

FAQ
Q&A Base

FAQ & Help

Scenarios
Scenarios

Business Use Cases

CAS Actions
CAS Actions

Full Catalog & Examples

Data Step
Data Step

Preparation Scripts

Python
Python

SAS & Python Integration

Blog
Blog

News, tech watch and site updates

Join the community

Participate in the life of the site

Community by the numbers

0
Documented Actions
0
Code Examples
0
Articles Techniques
0
Scénarios Métiers
0
Solved Questions

Random FAQ

What is the function of the 'modelId' parameter?

The 'modelId' parameter specifies a variable name for the model ID that will be included in the generated DATA step scoring code. By default, if not specified, the variable name is prefixed with 'ANN_' followed by the target variable name.

See answer
On: annCode
What is roundType in requestPackages?

Specifies the rounding direction. For example, if you specify a rounding factor of 5, a bin boundary of 6.2 is rounded UP to 10, DOWN to 5, and NEAREST to 5. Can be 'DOWN', 'NEAREST', or 'UP'.

See answer
On: histogram
What is the basic CASL syntax for the listServOpts action?

The syntax is: configuration.listServOpts ;

See answer
On: listServOpts
attributes

specifies temporary attributes, such as a format, to apply to input variables. For more information about specifying the attributes parameter, see the common casinvardesc parameter. Aliases: attribute, attrs, attr, varAttrs format: specifies the format to apply to the variable. formattedLength: specifies the length of the format field plus the length of the format precision. label: specifies the descriptive label for the variable. name: specifies the name for the variable. nfd: specifies the length of the format precision. nfl: specifies the length of the format field.

See answer
On: forestTrain
Can I copy variables from the input table to the output table?

Yes, you can use the 'copyVars' parameter to specify a list of variable names to copy from the input table to the output table.

See answer
On: extractDetectedObjects