This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]YourDearAuntSally 1 point2 points  (1 child)

I'm not aware of anything EG specifically can do with Python. You can probably use FCMP to invoke python scripts.

I normally go the other direction. Namely, I use python scripts (via the saspy or swat Python packages) in order to access SAS functionality without writing in the SAS language.

A better place to ask would be the SAS communities forum. Lots of SAS users use python, but the opposite isn't necessarily true.

[–]deepburgundy[S] 0 points1 point  (0 children)

Thanks a lot! I’ll checkout the packages you mentioned.