Scripting Guide > Extending JMP > Communicate with SAS Cloud Analytic Services > Export Data from a Data Table to a CAS Server
发布日期: 11/15/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.

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).