BookmarkSubscribeRSS Feed
Abraham_GC
Fluorite | Level 6

Buenas tardes, alguien ha podido resolver este error al intentar conectar SAS en Python.

 

SASIONotSupportedError: Cannot use STDIO I/O module on Windows. Try the following: IOM

 

Este es el código ejecutable:

 

from saspy import SASsession
sas = SASsession (results='HTML')
print (type(sas))

1 REPLY 1
sastpw
SAS Employee

Take a look at the configuration doc to see how to connect to wherever SAS is from your client machine:

https://sassoftware.github.io/saspy/configuration.html#