Tagged Questions
2
votes
6answers
3k views
Storing SAS data (including table structure) in a single flat file
I need to convert SAS data tables into flat files (or "ASCII files" as they were called once, as opposed to binary files). And only 1 flat file for each original SAS table.
The challenging thing is ...