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

diagnostics={_diagnostics}

eyecatcher="string"specifies a quoted string that will be prefixed to any messages that are associated with this action invocation.

See answer
On: gvarcluster
What does the 'nBins' option in 'melBanksOptions' control?

The 'nBins' option specifies the number of triangular mel-frequency bins. The default is 23.

See answer
On: computeFeatures
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
model (Required Parameter)

Specifies the settings to apply to the model. The modelOptions value can be one or more of the following:

See answer
On: IdentifySpeakers
What is the `uclm` parameter?

Names the upper bound of a confidence interval for the mean. Aliases: upper, upperMean.

See answer
On: genmodScore