由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to customize lines when outputing a table from SAS to Word?
相关主题
SAS新手请教一个关于数据导出的问题请教一sas code
How to format the SAS output?pro freq +table
求问SAS技术问题,one row to multiple rowSAS程序一问
What is best way to export R output to MS Word document?请教分页显示SAS output.
今天考完了SAS ADV!请教:三道SAS BASE题
[合集] 版主帮忙看看,会SAS的都过来看看,好奇怪的SAS问题SAS base question
一道SAS考试的练习题SAS 问题
请教SAS问题ask sas base questions
相关话题的讨论汇总
话题: ods话题: sas话题: word话题: age
进入Statistics版参与讨论
1 (共1页)
n******0
发帖数: 298
1
I am trying to output a table from SAS to Word. This is the code I wrote:
ods listing close;
ods rtf file = "Z:\univ.rtf" ;
proc report data = univ nowd split = '*';
run;
ods rtf close;
ods listing;
The table I got looks like this:
Variable format HR
________________________
Age <=45 1.00
________________________
46-60 0.65
________________________
>60 0.81
________________________
Stage II 1.00
_________________________
III 1.86
_________________________
Is there a way to make the row line between age and stage heavier and row
lines within Age and stage lighter?
Thanks.
1 (共1页)
进入Statistics版参与讨论
相关主题
ask sas base questions今天考完了SAS ADV!
a SAS question[合集] 版主帮忙看看,会SAS的都过来看看,好奇怪的SAS问题
SAS log window full,跪求解决方法一道SAS考试的练习题
SAS DATA 求助请教SAS问题
SAS新手请教一个关于数据导出的问题请教一sas code
How to format the SAS output?pro freq +table
求问SAS技术问题,one row to multiple rowSAS程序一问
What is best way to export R output to MS Word document?请教分页显示SAS output.
相关话题的讨论汇总
话题: ods话题: sas话题: word话题: age