Altair slc using pyreadstat and stattransfer to read and write sas datasets
Too long to post here, see github
github
https://github.com/rogerjdeangelis/utl-altair-slc-using-pyreadstat-and-stattransfer-to-read-and-write-sas-datasets
CONTENTS
- input sas dataset
- stattransfer function (create sas dataset)
- process subset zipcode (sqlite select from zipcode where)
- output subsetted sas dataset
- log
- slc_pybegin macro
- slc_pyend macro
This post supports reading and writing sas datasets,
without proc python in sas or in the altair slc.
It also has the ability to do the reads and writes inside python.
You do need to purchase, stattransfer, to create sas datasets.
The solution uses macro sandwiches to execute python;