CAS Export Data
Summary: Runs the opening and exporting of a data table to CAS.
Code:
dt = Open("data_table.jmp");
rc = CAS Export Data( dt, "Casuser", "data_table" );
Code Explanation:
- Open data table.
- Export data to CAS.
Summary: Runs the opening and exporting of a data table to CAS.
Code:
dt = Open("data_table.jmp");
rc = CAS Export Data( dt, "Casuser", "data_table" );
Code Explanation:
© 2026 JMP Statistical Discovery LLC. All Rights Reserved.