Scripting Guide > Extending JMP > Communicate with SAS Cloud Analytic Services > Export Data from a Data Table to a CAS Server
발행일 : 03/10/2025

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