For the latest version of JMP Help, visit JMP.com/help.


Scripting Guide > Extending JMP > Communicate with SAS Cloud Analytic Services
Publication date: 07/15/2025

Communicate with SAS Cloud Analytic Services

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/ for more information.

• The SAS CAS documentation for CAS actions cover CASL, R, Python, Lua.

This section covers the following topics:

• About CAS Actions

• Connect to the CAS Server

• Create and Submit a CAS Action

• Create and Submit a CAS DATA Step Action

• Create a New CAS Server

• Import Data from the CAS Server

• View a CAS Dataset

• 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

• Delete a CAS Table

• Remove a CAS Table

• Verify the CAS Server Connection

• Get Details about the Current Connection

• Disconnect from the CAS Server

• Terminate All CAS Sessions

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).