由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - Re: any expertise in SAS???
相关主题
高手请指导。不胜感激!请推荐比较好的同步软件?
问几个phone screening的问题 (转载)Help Help: How to recover deleted directory. (转载)
Re: Partition Magic 6.0 is outMailbox.pst file (转载)
Re: 我无意中把WIN2K中的SHOW DESKTOP给DELeTE了,,,how to stop norton antivirus?
Re: how to delete startup software from regedit?has anybody heard of a spyware called buycheapadvertising.com?
让Origin简化您的工作求帮助,问文件恢复
Re: How to recover the deleted file?紧急求助:硬盘死了 (转载)
Re: 不断自动开新的窗口是不是病毒?请教个问题关于outlook
相关话题的讨论汇总
话题: sas话题: 10b5话题: 10b8话题: run话题: data
进入Software版参与讨论
1 (共1页)
k*****y
发帖数: 221
1
data a;
input id $;
cards;
10B5-527
10B8-816
10B5-528
10B8-838
;
run;
data b;
set a;
if substr(id,1,4) ^= "10B5" then
delete;
run;
data c;
set a;
if substr(id,1,4) ^= '10B8' then
delete;
run;
proc print data=b;
run;
proc print data=c;
run;
1 (共1页)
进入Software版参与讨论
相关主题
请教个问题关于outlookRe: how to delete startup software from regedit?
How to delete/disable "OneNote Table Of Contents.onetoc2" (转载)让Origin简化您的工作
急问:电脑中了XP antispyware 2010,请教高手如何杀毒?Re: How to recover the deleted file?
求删除电脑信息的软件Re: 不断自动开新的窗口是不是病毒?
高手请指导。不胜感激!请推荐比较好的同步软件?
问几个phone screening的问题 (转载)Help Help: How to recover deleted directory. (转载)
Re: Partition Magic 6.0 is outMailbox.pst file (转载)
Re: 我无意中把WIN2K中的SHOW DESKTOP给DELeTE了,,,how to stop norton antivirus?
相关话题的讨论汇总
话题: sas话题: 10b5话题: 10b8话题: run话题: data