I have a huge CSV file, and i want to convert it to a SAS Table. I know that i can use SAS to make an import, but i am interested in creating the SAS table using, for example: C++, python or any available library.
For example, in SPSS I can easily create a SAS Table using the command "Save as type" to SAS v9+ Windows (*.sas7bdat). And it not necessary to have SAS installed.
I know that sas7bdat.py exists but it is only for reading sas7bdat..