JSL: How to change a column to a 1-byte integer
I'm working with large files and am trying to be more thrifty when it comes to memory. I want to change the data type for some columns to "1-byte integer" using JSL but can't figure it out.I have set my Table preferences to "Allow short numeric data format," and I can change a column's data type by hand, but I need to do it with JSL. If I change the data type by hand and then copy and paste the c...