Ok, the second part is much more clear now. To summarize some of the discussion, 1) The benefits of SAS to Python. SAS benefits Python by providing Python packages, such as SASpy and SAS-esppy, that allow the Python programs to access and analyze SAS datasets. -> Can Python create and populate a SAS data set? 2) The benefits of Python to SAS. Python can be used to test components of SAS framework, which are commonly written in C. Python also has a nice interface to OS systems. A level comparison to point 1) might also benefit from an example of Python to SAS data flow. Once Python connects to SAS, the data flows mostly from SAS to Python. During this process, SASpy package helps Python convert SAS data sets to Pandas data frames, because Python cannot work with data sets directly. -> Does data set to data frame conversion make the reverse, Python to SAS, data flow more difficult to accomplish? You mentioned that Python can update SAS macro variables, what about SAS datasets?
... View more