I am part of a state health organization. The state uses SAS v10 and has an on-premise server. I have been self-teaching a bit with SAS University and Jupyter notebook(Lab). I am also learning Python (on Jupyter through anaconda) and so I am becoming a fan of Jupyter notebooks for putting together code and text and visuals.
My question is how can Jupyter notebooks/Lab be used with SAS in our situation? Would SASPy fit in?
Your direction is most appreciated, since my super supports the idea of having Jupyter as a reporting tool. But he wants to know that question posed above.
Thank you for your help.
wlierman
Hey Walt,
Would a call work for you, even a web-ex? I think that would be a lot quicker to get an understanding of what you have and what you're trying to do. You can email me at tom.weber@sas.com and we can take this offline and figure out what will work for you.
Thanks,
Tom
Hey, yes saspy is a python module that interfaces to SAS. So, you can use it from Jupyter, or any other python UI, IDE or interface (command line, batch scripts). For Jupyter, specifically, there is also an extension called a Kernel, which lets you have a notebook that processes a language other than python. There are many different Jupyter kernels, for notebooks of other languages. We have a SAS_Kernel available for Jupyter, which also lets you code only SAS language in those notebooks.
One question I have, is what version of SAS are you running? We don't have a Version 10. Is that maybe a version number of some particular solution or some other product other than SAS itself? Here are some useful links to some into on this:
a Sample Jupyter Notebook using SASPy:
https://github.com/sassoftware/saspy-examples/blob/main/SAS_contrib/saspy_example_github.ipynb
Doc:
https://sassoftware.github.io/saspy/index.html
SASPy repo:
https://github.com/sassoftware/saspy
SAS_Kernel repo:
https://github.com/sassoftware/sas_kernel
Thanks,
Tom
Hey Walt,
Would a call work for you, even a web-ex? I think that would be a lot quicker to get an understanding of what you have and what you're trying to do. You can email me at tom.weber@sas.com and we can take this offline and figure out what will work for you.
Thanks,
Tom
Hi Tom,
I think a discussion offline is a good idea. I will send an email to your address and we can discuss.
Thank you.
wlierman
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.