SAS Viya uses Cloud Analytic Services (CAS) code to perform calculations in the cloud. This feature provides a way for SAS Viya users and JMP users to collaborate. You can write CAS code in JMP to import data from and export data to the CAS server, convert CAS JSON text to a JMP data table, get a list of available CAS libraries, and more.
• See the SAS CAS documentation at https://developer.sas.com/apis/cas/rest/current/apidoc.html for more information.
• The SAS CAS documentation for CAS actions cover CASL, R, Python, Lua.
This section covers the following topics:
• Create and Submit a CAS Action
• Create and Submit a CAS DATA Step Action
• Import Data from the CAS Server
• Get a List of Available CAS Libraries
• Export Data from a Data Table to a CAS Server
• Convert a CAS Table to a Data Table
• Verify the CAS Server Connection
• Get Details about the Current Connection