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 are the mandatory parameters for the addRegion action?

The mandatory parameters are 'host' and 'name'. The 'host' parameter specifies the server that CAS connects to on AWS, and 'name' provides a unique name for the region being added or replaced.

See answer
On: addRegion
What is methodInterval?

Specifies the imputation technique for interval variables. Be aware that you can specify numeric variables as nominal using the nomVarsIndices parameter. Alias: methodContinuous. Default: MEAN. Options: MAX (replaces missing values with the maximum value), MEAN (replaces missing values with the mean), MEDIAN (replaces missing values with the median), MIDRANGE (replaces missing values with the mean of the maximum value and minimum value), MIN (replaces missing values with the minimum value), RANDOM (replaces missing values with uniform random numbers), VALUE (replaces missing values with the values specified in the valuesInterval and valuesNominal parameters).

See answer
On: impute
What is the 'package' parameter used for in the addRoutines action?

The 'package' parameter specifies the FCMP package name used for storing FCMP functions.

See answer
On: addRoutines
What are the possible values for the required 'type' parameter?

The 'type' parameter specifies the type of QKB definition and can be one of the following values: "EXTRACTION", "GENDER", "MATCH", "PARSE", or "STANDARDIZATION".

See answer
On: listQKBTokens
What does the `seed` parameter do?

The `seed` parameter specifies a 64-bit integer seed for writing images randomly. The default value is 0.

See answer
On: fetchImages