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 does the 'replace' parameter do?

When the 'replace' parameter is set to TRUE, it overwrites an existing table with the same name in the target caslib. The default value is FALSE.

See answer
On: addTable
What are the available types for the 'checkOutType' parameter?

The 'checkOutType' parameter accepts two values: "EXCLUSIVE" and "SHARED". "EXCLUSIVE" is the default and ensures only the current session can update the object. "SHARED" prevents other sessions from getting an exclusive lock on the object and its parents, without locking the object itself.

See answer
On: checkOutObject
Which parameters are available for the flushresult action?

The available parameters are 'id' (which specifies the results ID) and 'tag' (which specifies the results TAG).

See answer
On: flushresult
model.model.whereTable

Specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following:

See answer
On: IdentifySpeakers
encodeName

specifies whether to encode the variable names such as predicted probabilities of a binary or nominal target in the generated casout table. The predicted probabilities are named with the prefix P_ instead of _DT_P_. Default: FALSE.

See answer
On: gbtreeScore