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

misraGries

when set to True, uses the Misra-Gries algorithm for the frequency distribution estimation, if the distinct count limit is exceeded. Default: TRUE

See answer
On: generateShadowFeatures
outCP={OutputCPStatement}

creates a data set that contains a symmetric matrix that depicts the covariances among variables and also creates a set of statistics about the input data set and variables. The OutputCPStatement value can be one or more of the following:* casOut={casouttable}specifies the output table. For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).eps=double specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.Default0Minimum value0list=TRUE | FALSEwhen set to True, outputs the symmetric matrix in the list-of-lists (LIL) format.DefaultFALSE

See answer
On: gvarcluster
verticeNumericsList

specifies the list of vertices (that have numeric names) that Analytics of Vertices are to be performed upon. Results will be put into the vertices5= and edges5= tables.

See answer
On: hypergroup
What does the DATASTEPFMTERR parameter display?

Displays whether a DATA step generates an error when a variable format cannot be found. Alias: FMTERR

See answer
On: getSessOpt
What is the 'encode' parameter used for?

The 'encode' parameter, which has aliases 'encrypt' and 'hide', specifies that the prototype definitions should be encoded in the saved function table.

See answer
On: addPrototypes