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

vInOnlyVaryCoord

specifies that, for vertices in verticesIn but not in table, _AllXCoord_ is different when vInOnlyVaryCoord={'X'} is specified, _AllYCoord_ is different when vInOnlyVaryCoord={'Y'} is specified, _AllZCoord_ is different when vInOnlyVaryCoord={'Z'} is specified, or _AllXCoord_, _AllYCoord_, and _AllZCoord_ are missing values when vInOnlyVaryCoord={'MISSING'} is specified. MISSING specifies that _AllXCoord_, _AllYCoord_, and _AllZCoord_ are to be missing values in records associated with vertices in verticesIn but not in table. X specifies that _AllXCoord_ is to vary for vertices in verticesIn but not in table. Y specifies that _AllYCoord_ is to vary for vertices in verticesIn but not in table. Z specifies that _AllZCoord_ is to vary for vertices in verticesIn but not in table.

See answer
On: hypergroup
What are nominalVarsIndices?

Specifies the indices of the variables to treat as nominal variables.

See answer
On: impute
What options are available to view the FedSQL query plan?

You can use the 'method' parameter (set to TRUE) to print a brief description of the query plan, or the 'showPlan' parameter (set to TRUE) to print an XML tree representing the query plan.

See answer
On: execDirect
What is the primary function of the compileCategory action?

The compileCategory action builds a categories model from a CAS table that contains configuration information.

See answer
On: compileCategory
What is the `casOut` parameter?

Specifies the settings for an output table. For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).

See answer
On: genmodScore