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


Scripting Guide > Extending JMP > Communicate with SAS Cloud Analytic Services > Export Data from a Data Table to a CAS Server
Publication date: 11/29/2021

Export Data from a Data Table to a CAS Server

CAS Export Data() exports a data table to a CAS server to run an action on it.

CAS Export Data(
	Open( "$SAMPLE_DATA/Big Class.jmp" ),
	"casuser",
	"Big Class"
);

CAS Export Data() also has two arguments:

Save(0) saves the data in memory.

Save(1) saves the data to the file system.

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