The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
Ends the current session. This action terminates the connection to the CAS serve...
The addLayer action adds a layer to a deep learning model. It is part of the Dee...
The copulaSimulate action simulates data from a specified copula model. A copula...
The 'syntax' parameter specifies the language in which to return the action commands invoked in a session. Allowed values are 'CASL', 'LUA', or 'ASLOGGED'. The default value is 'ASLOGGED'.
The 'casOut' parameter is used for specifying output tables. For more detailed information, refer to the common casouttable parameter in the documentation appendix.
The 'attributes' parameter specifies variable attributes. It takes a list of objects, each defining attributes like 'format', 'formattedLength', 'label', 'name' (required), 'nfd', and 'nfl' for a variable.
Yes, the `dataSourceOptions` subparameter (aliased as `options` or `dataSource`) within the `source` parameter allows you to specify a list of key-value pairs for data source-specific configurations.
The 'minFrequency' parameter specifies that the output table contains records with _Frequency_ greater than or equal to this number. Its alias is 'minFreq'. The default is 0, and the minimum value is 1.