import saspy saspy.SAScfg saspy.list_configs()
sas = saspy.SASsession(cfgfile='/usr/local/lib/python3.6/dist-packages/saspy/sascfg.py')
Using SAS Config named: default The OS Error was: No such file or directory SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file. Attempted to run program /opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_u8 with the following parameters:['/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_u8', '-nodms', '-stdio', '-terminal', '-nosyntaxcheck', '-pagesize', 'MAX', '']
sas = saspy.SASsession(java='/usr/bin/java', iomhost=host, iomport=8591)
Hey, is this the same as the issue: https://github.com/sassoftware/saspy/issues/357
Seems like, so just checking. I was also able to go on colab, install saspy and then connect to SAS ODA from there. I just specified
the java='/usr/bin/java', iomhost=[appropriate hosts for your account] and iomport=8591 keys to get to the workspace servers in ODA (using my account, of course).
Thanks,
Tom
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.