Automating SAS to DSS migrations
cgurbaxani
Registered Posts: 1 ✭✭✭
Hi Team,
Is there any tool/utility available for automating (even if not 100% automation) SAS to DSS migration ?
We are working on SAS to DSS migrations for multiple SAS codes and are looking for any such utilities that can help automate/expedite this migration.
Answers
-
Hi,
To the best of our knowledge there is no library to translate SAS code to python, R or DSS visual recipes.
You will probably have to translate it yourself if you want to migrate the sas code.
However you can read .sas7bdat data files into your DSS projects with this DSS plugin and you might want to run sas code in a python recipe with the saspy library .
I hope it helps
Arnaud -
You can also have a look at the haven R package to read Sas files in a R recipe