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.
• JMP 15 provides the first basic integration with CAS actions.
• 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
• Get a List of Available CAS Libraries
• Convert a CAS Table to a Data Table
• Get Details about the Current Connection