由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS help needed, manual input during Data step.
相关主题
SAS help needed!sas base 70的两道题
SAS code question问大家一个SAS问题(其实我找到答案了,算考考大家吧)
[合集] SAS data input helpSAS help needed, how to downloading files
SAS question (紧急求助,在线等)请教SAS问题:这个code有什么办法简化吗?
SAS question, the data have been changed (紧急求助,在线等)sas help!!
工作中SAS问题 —另一个问题请教!help-SAS 读data 问题
求SAS codeSAS 问题请教
70 题中的第29题答案是不是错了啊?SAS问题,关于@和@@的区别
相关话题的讨论汇总
话题: data话题: sas话题: input话题: manual话题: needed
进入Statistics版参与讨论
1 (共1页)
p***r
发帖数: 920
1
Here is the original data
data original;
input A $100;
cards;
text1;
text2;
text3;
...
;
run;
after processing I wanna a new data set like this
A B
D******n
发帖数: 2836
2
man, just do it in your notepad and read the new data file in.
p***r
发帖数: 920
3
man, you're not answering my question. Actually, I'm writing this code on
others request.

【在 D******n 的大作中提到】
: man, just do it in your notepad and read the new data file in.
z**********i
发帖数: 12276
4
I saw some ppl in our group ever use this function in SAS.
The goal is for the state report. In a pop up window, only if the state
input the state name and return to their numbers.

【在 p***r 的大作中提到】
: man, you're not answering my question. Actually, I'm writing this code on
: others request.

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS问题,关于@和@@的区别SAS question, the data have been changed (紧急求助,在线等)
Need Help工作中SAS问题 —另一个问题请教!
急问求SAS code
Ask a SAS question70 题中的第29题答案是不是错了啊?
SAS help needed!sas base 70的两道题
SAS code question问大家一个SAS问题(其实我找到答案了,算考考大家吧)
[合集] SAS data input helpSAS help needed, how to downloading files
SAS question (紧急求助,在线等)请教SAS问题:这个code有什么办法简化吗?
相关话题的讨论汇总
话题: data话题: sas话题: input话题: manual话题: needed