由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
SanFrancisco版 - 如何快速给多个 variables 改名( SAS OR SQL)
相关主题
Google正式改名为Topekasaas
Please help!! anyone succeeded in listening to SingTao Chines请教关于SAS软件的使用问题
Google用奖金来鼓励员工推销Google+Re: 抱个offer (转载)
AT&T Tethering, 有没有可以推荐的免费的办法 ?请问在纽约市银行里作SAS的年薪150K靠普吗? (转载)
西雅图版的一些ID可以说不分黑白不辨善恶阿看来公司是想把我们全开掉了 (转载)
还需7911个签名,加油啊!请教一下,45岁俩娃的纯文科大妈能学CS么?
华人权益促进会是个什么组织?斯坦福文科硕士在湾区找工作求助!
美女急招ADMIN讲解员,有时薪斯坦福社科小硕求full-time工作推荐+建议,附简历
相关话题的讨论汇总
话题: xxx话题: sas话题: variables话题: select话题: sql
进入SanFrancisco版参与讨论
1 (共1页)
C**********o
发帖数: 658
1
Case:
I have 107 variables to be renamed. Can I do it in this way (SAS) --
proc select xxx,xxx,xxx, ...., xxx
as xxxnew1,xxxxnew2,xxxnew3,....,xxxnew107
?
Or do I have to rename them one by one, such as
Proc select xxx as xxxnew11, xxx as xxxnew2,... ??
q****p
发帖数: 462
2
说什么呢? select xx as 别名?
s*******o
发帖数: 194
3
RENAME COL1-COL5=NEW1-NEW5;
C**********o
发帖数: 658
4
Thanks! I will try!
Yes. Select oldName as newname.
C**********o
发帖数: 658
5
Thank you. I end up copying the old and new variables in excel, then add a '
=' between them, then copy it into notepad, then copy it into SAS.
w*********m
发帖数: 4740
6
write python(or other language) code to output such a sql script, and run
the sql script

【在 C**********o 的大作中提到】
: Case:
: I have 107 variables to be renamed. Can I do it in this way (SAS) --
: proc select xxx,xxx,xxx, ...., xxx
: as xxxnew1,xxxxnew2,xxxnew3,....,xxxnew107
: ?
: Or do I have to rename them one by one, such as
: Proc select xxx as xxxnew11, xxx as xxxnew2,... ??

C**********o
发帖数: 658
7
水平有限,不会那么高深的东西。
不过我用excel + notepad 也很快。
1 (共1页)
进入SanFrancisco版参与讨论
相关主题
斯坦福社科小硕求full-time工作推荐+建议,附简历西雅图版的一些ID可以说不分黑白不辨善恶阿
为什么我找工作这么难?还需7911个签名,加油啊!
请教:contractor小时工资华人权益促进会是个什么组织?
SAS/Data Management Opportunity in Bay Area美女急招ADMIN讲解员,有时薪
Google正式改名为Topekasaas
Please help!! anyone succeeded in listening to SingTao Chines请教关于SAS软件的使用问题
Google用奖金来鼓励员工推销Google+Re: 抱个offer (转载)
AT&T Tethering, 有没有可以推荐的免费的办法 ?请问在纽约市银行里作SAS的年薪150K靠普吗? (转载)
相关话题的讨论汇总
话题: xxx话题: sas话题: variables话题: select话题: sql