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

.
Publication date: 07/30/2020

Export Data

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).