由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas proc transpose
相关主题
如何将SAS DATA中的变量名改名(不知道原变量名的前提下)一个sas问题
请教SAS 问题SAS problem ask for help!
help for a sas question请问如果用SAS 解决这个问题
请教一个SAS问题请问sas如何做两万次ttest不崩溃?
SAS -proc transpose 急问!很挑战的data transformation problem help
一个SAS问题(transpose?)分享:SAS code for Overlaid Distribution curves
请教用SAS的一个数据处理的问题再来请教,在SAS中如何得到下面的结果?
sas 编程 - data manipulation一个SAS问题,合并行
相关话题的讨论汇总
话题: transpose话题: col1话题: result2话题: proc话题: sas
进入Statistics版参与讨论
1 (共1页)
l*****k
发帖数: 587
1
An issue that must have an elegant and simply solution.
I am trying to use transpose on a dataset, however how do
I specify all the variables?
if the are named col1, col1, etc, it is ok to use: var col1-col99
however what if they have random names, I have been trying to export
the data to excel, copy the header(variable name), then paste it back
to sas like
proc transpose data=original out=out;
var test1 result2 test2 result2........;
run;
is there a way to do this without specifying all
r********e
发帖数: 1686
2
instead of using single tab-,using double tab --
eg. var1--result9
l*****k
发帖数: 587
3
thanks, will give it a try

【在 r********e 的大作中提到】
: instead of using single tab-,using double tab --
: eg. var1--result9

n***p
发帖数: 508
4
I thought you can use _all_ in the var statement.
l*****k
发帖数: 587
5
Thanks, will give a try...

【在 n***p 的大作中提到】
: I thought you can use _all_ in the var statement.
f*****a
发帖数: 693
6
mark.

【在 l*****k 的大作中提到】
: An issue that must have an elegant and simply solution.
: I am trying to use transpose on a dataset, however how do
: I specify all the variables?
: if the are named col1, col1, etc, it is ok to use: var col1-col99
: however what if they have random names, I have been trying to export
: the data to excel, copy the header(variable name), then paste it back
: to sas like
: proc transpose data=original out=out;
: var test1 result2 test2 result2........;
: run;

1 (共1页)
进入Statistics版参与讨论
相关主题
一个SAS问题,合并行SAS -proc transpose 急问!
sas interview questions一个SAS问题(transpose?)
請教許多data 快速import and transpose的方法请教用SAS的一个数据处理的问题
再问一个sas输出的问题 (export)sas 编程 - data manipulation
如何将SAS DATA中的变量名改名(不知道原变量名的前提下)一个sas问题
请教SAS 问题SAS problem ask for help!
help for a sas question请问如果用SAS 解决这个问题
请教一个SAS问题请问sas如何做两万次ttest不崩溃?
相关话题的讨论汇总
话题: transpose话题: col1话题: result2话题: proc话题: sas