由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请帮看一下这个简单的code为什么不work?
相关主题
请教SAS LABEL问题。请教一个sas编程问题
请教请问如何删除这样的丢失数据。sas proc report的问题
How to search all data files in a folder?SAS问题
A problem on PROC SQL请问R Code和 Matlab Code 思路是否近似?
sas question!!![急求助] survival analysis (SAS)
再来请教,在SAS中如何得到下面的结果?请教一个SAS小问题:如何得到 one cumulative varialbe of character variable?
[合集] Need help on data manipulation, thanks a lot!更新一下Taste of R,再问两个R的问题。
SAS问题来了SAS question: count non-missing value for different variables
相关话题的讨论汇总
话题: 2010话题: test2话题: work话题: memname话题: missing
进入Statistics版参与讨论
1 (共1页)
b2
发帖数: 427
1
var1 var2 date
1 missing 2010-1-1
1 missing 2010-1-2
1 a 2010-1-3
1 b 2010-1-4
above data is stored in work.test
code is
proc sql;
create table test2 as
select name from dictionary.columns where libname='work' and
memname='test';
quit;
why resulted test2 has no rows?
thanks
s******r
发帖数: 1524
2
FAINT.
libname='WORK' and memname='TEST'

【在 b2 的大作中提到】
: var1 var2 date
: 1 missing 2010-1-1
: 1 missing 2010-1-2
: 1 a 2010-1-3
: 1 b 2010-1-4
: above data is stored in work.test
: code is
: proc sql;
: create table test2 as
: select name from dictionary.columns where libname='work' and

g*********n
发帖数: 441
3
可能是格式的问题或者数据的POSITION 的问题,你查一下TEST2 里包含哪些变量,然
后再调整吧。
b2
发帖数: 427
4
真丢人,谢谢!

【在 s******r 的大作中提到】
: FAINT.
: libname='WORK' and memname='TEST'

s******r
发帖数: 1524
5
sorry. I should be more patient.

【在 b2 的大作中提到】
: 真丢人,谢谢!
p*****o
发帖数: 543
6
but at least, the post and response make me laugh twice today...but not b/c
of the questions for sure( i didnt realize the problem either)....lol
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS question: count non-missing value for different variablessas question!!!
how to output cumulative percent to a dataset from Proc Freq?再来请教,在SAS中如何得到下面的结果?
[合集] how to calculate column sum not row sum in SAS? thanks a lo[合集] Need help on data manipulation, thanks a lot!
SAS question using PROC SQL 高手请进, 包子答谢SAS问题来了
请教SAS LABEL问题。请教一个sas编程问题
请教请问如何删除这样的丢失数据。sas proc report的问题
How to search all data files in a folder?SAS问题
A problem on PROC SQL请问R Code和 Matlab Code 思路是否近似?
相关话题的讨论汇总
话题: 2010话题: test2话题: work话题: memname话题: missing