作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
对于普通的SAS软件,可以使用Python包SASPy
为了连接到 SAS 服务器,检索数据并使用 Python 代码操作数据。但是,此软件包似乎不适用于 SAS EG。有谁知道如何在 Python IDE 中从 SAS EG 服务器导入数据?
例如:
SAS EG Server name: Server1
Table name: Table1
你会在 Python IDE 中运行什么代码来从 SAS EG 打印该表
最佳答案
这个超链接文件对我弄清楚这一点非常有帮助。它需要两个文件。一 cfg
文件来托管服务器信息。和另一个文件来创建 SASsession
引用了 cfg
文件。对于 Windows IOM 服务器,我使用了以下代码:
https://sassoftware.github.io/saspy/install.html#choosing-an-access-method
# Windows client and Windows IOM server
winiomwin = {'java' : 'java',
'iomhost' : 'windows.iom.host',
'iomport' : 8591,
'encoding' : 'windows-1252',
}
关于python - 如何将 Python 连接到 SAS Enterprise Guide (EG) 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63268911/
我是一名优秀的程序员,十分优秀!