由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等
相关主题
SAS proc format的问题刚刚考完SAS base,补充一下
请教两个关于SAS的问题一个SAS应用问题
SAS question:Please give me your suggestions!SAS help:产生个文件列表(双黄包给workable solution)
一个SAS 和 SQL server 问题SAS BASE Questions
2013 January 刚考过SAS Advsas or python 读取 excel data file
Please help me with SAS! Thank you!Question: Importing csv file into SAS 9----太多变量
从SQL server调数据到SAS 处理后再转回SQL server里用SAS生成CSV 文件
SAS format file--- when I load the file 急~~~谢谢~~~SAS读数据乱码的问题
相关话题的讨论汇总
话题: sas话题: csv话题: sql话题: proc话题: infile
进入Statistics版参与讨论
1 (共1页)
s******d
发帖数: 303
1
我的数据有大约 150G, 是csv 形式的。我需要共里面取一些数据,但是如果先infile
这个大 data, 好像不太可能。
想问问版上的高人,有没有什么办法,直接从一个巨大的csv file 读取我想要得 记录
。我看了一下proc sql, 发现还是得 from .sasdataset.
先谢谢啦。
p********a
发帖数: 5352
2
你的CSV FILE在SQL SERVER上的话,可以用PROC SQL去读
否则的话用INFILE。INFILE可以选择性的读啊,不需要输出那么大个DATA
p********a
发帖数: 5352
3
噢,用SAS LIBNAME CSV ENGINE也可以读
s******d
发帖数: 303
4
if I use infile and if statement, it tooks a long time for sas to go through
the 150G. I wonder if there is an efficient way to deal with this issue.
Thanks so much.
s******d
发帖数: 303
5

我怎么能够知道他是不是在SQL server 上呢?

【在 p********a 的大作中提到】
: 你的CSV FILE在SQL SERVER上的话,可以用PROC SQL去读
: 否则的话用INFILE。INFILE可以选择性的读啊,不需要输出那么大个DATA

p********a
发帖数: 5352
6
So you don't want to go thru all the records but you want SAS to select
specific records?
Poor SAS. ...

through

【在 s******d 的大作中提到】
: if I use infile and if statement, it tooks a long time for sas to go through
: the 150G. I wonder if there is an efficient way to deal with this issue.
: Thanks so much.

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS读数据乱码的问题2013 January 刚考过SAS Adv
SAS format 的问题Please help me with SAS! Thank you!
SAS快捷键问题从SQL server调数据到SAS 处理后再转回SQL server里
SAS中如何只保留变量名中含有reading的变量啊SAS format file--- when I load the file 急~~~谢谢~~~
SAS proc format的问题刚刚考完SAS base,补充一下
请教两个关于SAS的问题一个SAS应用问题
SAS question:Please give me your suggestions!SAS help:产生个文件列表(双黄包给workable solution)
一个SAS 和 SQL server 问题SAS BASE Questions
相关话题的讨论汇总
话题: sas话题: csv话题: sql话题: proc话题: infile