@crack3n-collab wrote:
So based on what you have said. Am I right to say I need to first set up a CASlib and a CAS table to get sashdat? Do you know of any Python code to convert a cas table to sashdat?
The data you work with is the CAS in-memory table. The .sashdat file is just the file in the backing store - and you could also use another format like parquet.
For CAS using .sashdat has advantages when it comes to loading because .sashdat is memory-mapped.
See if the info under below two links give you more guidance.
4 Rules to Understand CAS Management of In-Memory Data
Save a Table to a Caslib as a SASHDAT File
... View more