由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Help needed on SAS proc report
相关主题
SAS format 的问题SAS 编程问题 (有包子)
SAS proc format的问题请教一个SAS问题
Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等Re: SAS help : proc format.
SAS - please help!问个SAS问题
what is the fastest way of look-up in SAS?SAS 求助, 一个小问题, 包子答谢
What is R equivalent to SAS format?Easy SAS question, anyone can help
Please help me with SAS! Thank you!请教SAS ODS to Excel
急 SAS问题SAS code - help needed. 8 个包子酬谢
相关话题的讨论汇总
话题: sas话题: proc话题: format话题: report话题: needed
进入Statistics版参与讨论
1 (共1页)
s********r
发帖数: 729
1
I have a data set in data.png,
All I need is to output them in the form that the row is in same format (see
table.png) instead of the column.
yet I do not know how to do this and get stuck. Please help me out, thanks!
s********r
发帖数: 729
2
The data may not be consistent, yet this is not the key point. Please ignore
it.
Just pay attention to the format. Thanks!
q**j
发帖数: 10612
3
this is the general format, read "compute" block in proc report and you can
figure out the rest.
compute age;
if age.sum=15 then call define(_row_,/style/,/style=background=lime]/);
endcomp;

ignore

【在 s********r 的大作中提到】
: The data may not be consistent, yet this is not the key point. Please ignore
: it.
: Just pay attention to the format. Thanks!

s********r
发帖数: 729
4
Thanks a lot!

can

【在 q**j 的大作中提到】
: this is the general format, read "compute" block in proc report and you can
: figure out the rest.
: compute age;
: if age.sum=15 then call define(_row_,/style/,/style=background=lime]/);
: endcomp;
:
: ignore

1 (共1页)
进入Statistics版参与讨论
相关主题
SAS code - help needed. 8 个包子酬谢what is the fastest way of look-up in SAS?
求问 sas _c_ 什么意思What is R equivalent to SAS format?
[sas] 怎么用自定义format里的值来计算?Please help me with SAS! Thank you!
SAS Base 70题 第20题求教急 SAS问题
SAS format 的问题SAS 编程问题 (有包子)
SAS proc format的问题请教一个SAS问题
Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等Re: SAS help : proc format.
SAS - please help!问个SAS问题
相关话题的讨论汇总
话题: sas话题: proc话题: format话题: report话题: needed