Step1:(window 中完成): 控制面板/管理工具/ODBC 数据源/用户
Step2:(window 中完成): 添加/SQL Server
Step3:(window 中完成): 自己定义名称可以选择性填写描述/服务器地址
Step4:(window 中完成): 使用用户输入登录ID和密码的SQL Server验证\输入登录ID以及密码
Step5:(window 中完成): 更改默认的数据库为(在下拉菜单中选择需要的数据库)
Step6(在 SAS 中完成):options compress =yes;
LIBNAME 源名称 ODBC datasrc=源名称 user=*****password=****** preserve_tab_names=yes schema=数据集分类名称
connection=shared insertbuff=1000 readbuff=2500;