gpt4 book ai didi

python - 如何将 Python 连接到 SAS Enterprise Guide (EG) 服务器

转载 作者:行者123 更新时间:2023-12-04 09:15:01 26 4
gpt4 key购买 nike

对于普通的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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com