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
The logisticCode action writes SAS DATA step code that can be used to compute pr...
The listSessions action displays a list of all active sessions on the CAS server...
Extracts common factors. The faExtract action is part of the Factor Analysis act...
The `task` parameter allows you to specify one of the following tasks: 'ADD' to add new attributes, 'CONVERT' to convert attributes, 'DROP' to remove attributes, 'EXPORT' to export attributes to an XML format, and 'UPDATE' to modify existing attributes. The default task is 'ADD'.
You can set the 'wildsensitive' parameter to FALSE. The default behavior is case-sensitive (TRUE).
The destination is defined using the `externalOptions` parameter. You must specify the `extType` (e.g., 'DATABRICKS', 'FILESYSTEM', 'HADOOP', 'SINGLESTORE', 'SYNAPSE', 'TERADATA') and provide the relevant parameters for that specific external type.
To check out a column, you must set 'objType' to "COLUMN" within the ObjectSelector. You are required to provide the 'caslib' and 'table' names. The 'column' name itself is optional but recommended for specificity.
You can set the 'descending' parameter to TRUE to reverse the sort order imposed by the 'order' parameter.