Hi,
I want to verify that I cam call python in SAS Enterprise Guide. Is there anyone that has a simple python script that I can run in SAS EG? Thank you!
I do look at this link (https://github.com/sassoftware/enlighten-integration/tree/master/SAS_Base_OpenSrcIntegration), but kind of confused what to do with python.
Jade
If you are on a unix server then call IT, 99.9% of the time, a reasonable Unix servers have Perl and Python installed.
Ask for the path and cd to the path then
type python from the command line, you should see
>>
Type
>> print "hello world"
hello world
You just ran your first program
SOAPBOX ON
If this does not work then let IT know that you are a programmer and need an operating system
SOAPBOX OFF
Thanks, I did the hello world on the unix already.
But my boss want me do soomething at SAS to show the calling python in SAS. I don't know the statement in SAS to call python programs, could you please help me with this?
I mean if I put " print "Hello World" ' in program helloworld.py. How can execute this program in SAS?
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.