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.