由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS Help! How to read variables with sepcial character.
相关主题
Interview时应该怎样描述自己做过的Project?sas question
time-dependent variableSAS 问题:关于比较variable 包子答谢
How to concatenate these two varaibles in SAS: name||Birt急问一个SAS 的常见问题
请教一个关与SAS data的问题[合集] 问个SAS的问题
SAS code help!! thanks[合集] a small question on SAS data import
一道SAS面试题,关于dummy variableA SAS problem
SAS Macro 问题请教 。。。[合集] 请教一个SAS编程问题。
请教一个SAS recode variable的问题吧一个很全SAS Interview Q. List [ZT] (转载)
相关话题的讨论汇总
话题: sas话题: sepcial话题: read话题: variables话题: character
进入Statistics版参与讨论
1 (共1页)
s******r
发帖数: 1524
1
My coworker created a dataset with varaibles name as
00-70%.
Anyone has idea how to read it by data step and proc sql?
Thanks,
s*******f
发帖数: 148
2
Express the varname as:
'00-70%'n
Usually you need to specify the following option first:
OPTION VALIDVARNAME = ANY;
For more info, you may refer to "SAS Name Literals" in this webpage:
http://www.colostate.edu/Services/ACNS/swmanuals/sasdoc/sashtml/lrcon/z0998953.htm

【在 s******r 的大作中提到】
: My coworker created a dataset with varaibles name as
: 00-70%.
: Anyone has idea how to read it by data step and proc sql?
: Thanks,

s******r
发帖数: 1524
3
Thank a lot. It really help.

【在 s*******f 的大作中提到】
: Express the varname as:
: '00-70%'n
: Usually you need to specify the following option first:
: OPTION VALIDVARNAME = ANY;
: For more info, you may refer to "SAS Name Literals" in this webpage:
: http://www.colostate.edu/Services/ACNS/swmanuals/sasdoc/sashtml/lrcon/z0998953.htm

1 (共1页)
进入Statistics版参与讨论
相关主题
一个很全SAS Interview Q. List [ZT] (转载)SAS code help!! thanks
do loop 的一道题一道SAS面试题,关于dummy variable
pro freq +tableSAS Macro 问题请教 。。。
in =option的一道题请教一个SAS recode variable的问题吧
Interview时应该怎样描述自己做过的Project?sas question
time-dependent variableSAS 问题:关于比较variable 包子答谢
How to concatenate these two varaibles in SAS: name||Birt急问一个SAS 的常见问题
请教一个关与SAS data的问题[合集] 问个SAS的问题
相关话题的讨论汇总
话题: sas话题: sepcial话题: read话题: variables话题: character