This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Scripting Guide > Extending JMP > Communicate with SAS Cloud Analytic Services
Publication date: 07/30/2020

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.

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:

About CAS Actions

Connect to the CAS Server

Create and Submit a CAS Action

Create a New CAS Server

Import Data

View Datasets

Get a List of Available CAS Libraries

Export Data

Convert a CAS Table to a Data Table

Delete a CAS Table

Remove a CAS Table

Verify the Connection

Get Details about the Current Connection

Disconnect from the CAS Server

Terminate All Sessions

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