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 is the default behavior of 'outputTableMode' for a CATEGORY model?

By default ("DEFAULT"), a category astore model generates three output tables: categories output data results, categories output term results, and the categorization model.

See answer
On: exportTextModel
What are the options for the 'fmtSearch' parameter?

The 'fmtSearch' parameter specifies how the new format library is added to the session's format search order. The options are: 'APPEND' (adds it to the end of the search list, default), 'INSERT' (adds it to the beginning of the search list), 'REPLACE' (replaces the entire search list with this library), and 'NONE' (adds the library without modifying the search list).

See answer
On: addFmtLib
nBins

specifies the number of bins to use for numeric variables in the calculation of the decision tree. Default: 50 Minimum value: 1

See answer
On: forestTrain
What is roundType in requestPackages?

Specifies the rounding direction. For example, if you specify a rounding factor of 5, a bin boundary of 6.2 is rounded UP to 10, DOWN to 5, and NEAREST to 5. Can be 'DOWN', 'NEAREST', or 'UP'.

See answer
On: histogram
What is the 'casOut' sub-parameter under 'levels'?

Specifies the output table of forecasts for this level of the hierarchy. This parameter is required for the bottom level of the hierarchy, but it is optional for other levels of the hierarchy. For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).

See answer
On: globalReconcile