lexjansen / dataset-json-sas

Dataset-JSON SAS Implementation
MIT License
14 stars 6 forks source link

Support both reading XPT v5 and XPT v8 #27

Closed lexjansen closed 1 week ago

lexjansen commented 7 months ago

Instead of PROC COPY, use the %XPT2LOC macro. https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/movefile/p1tp8gighlgeifn173i6kzw2w3bu.htm

lexjansen commented 1 month ago

Since, internally the XPT files will need to be converted to SAS datasets first, the next version will support only SAS datasets as input. The cstutilxptread macro, to convert XPT to SAS, will be updated to support both XPT v5 and XPT v8.