由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - ods proc report
相关主题
【分享】SAS2010全球论坛文章合集怎样得到OBS的值?
急,ENTRY LEVEL SAS PROGRAMER明天On-site,需要注意什么啊[提问]如何用SAS在同一个ExcelBook里create several spreadsheets?
公司从SAS转到WPS,大家有懂WPS的吗?问个proc univariate 打印的问题
Re: 请问SAS如何学起?求助!该如何准备这个电话面试?
proc reportPlease help, Proc lifetest question about survival curve gr
如何比较两个proc contents的结果?关于SAS里面 PROC MODEL 的output,急!!
SAS急问:怎样在PROC REPORT 的TITLE 部分加粗字体(BOLD)?不用ODS怎样做?弱问sas问题about loglinear model
请教SAS ODS to Excelhelp-how to get exact p value in sas
相关话题的讨论汇总
话题: ods话题: report话题: proc话题: page话题: do
进入Statistics版参与讨论
1 (共1页)
m*****8
发帖数: 654
1
i'm doing proc report and ods rtf, now my variable I want it to show like
this:
original: china guangdong guangzhou
I want to show like:
China
Guangdong
Guangzhou
in the table, how can I do that in proc report? Or how can I do that in data
steps by cocatinating?
question 2:
how to define the width in the output table, since width= do not work for
ods, is there a syntex in 'style'??
question 3:
do a page breat after a group. I guess I can find that in the book, just
want to cast it to keep lazy..
p********a
发帖数: 5352
2
1. If it is variable label, you can use the split option
2. use width after the define statement
3. I am lazy too, sorry
m*****8
发帖数: 654
3
thanks,
1, i need that format not for the header, but for the values, do you know
how? I saw programer use '/\line' seems only works in specific macro..
2, width doesn't work for ods rtf, i think i figure out by using cellwidth=
in style option;
3,....
m*****8
发帖数: 654
4
i figure q3 out, break after / page;
but i got new tricky questions, I group by the id, and if the list of that
id longer than a page i need to print on the first line of next page, how
can i get that?
original:
id value
1 1
" " 2
" " ...
" " 12
and 8 is page break, and i need:
id value
1 1
" " 2
" " ...
" " 8
page break
1 9
" " ...
" " 12
thanks big shrims
G**S
发帖数: 1108
5
you need to manually insert '8' at the beginning of each page for ODS.
it's said this bug will be fixed in 9.2

【在 m*****8 的大作中提到】
: i figure q3 out, break after / page;
: but i got new tricky questions, I group by the id, and if the list of that
: id longer than a page i need to print on the first line of next page, how
: can i get that?
: original:
: id value
: 1 1
: " " 2
: " " ...
: " " 12

m*****8
发帖数: 654
6
thanks guns, but i don't quite get it, can u refer something i can read?
i guess what you mean is after the report procedure, read the report, and
manually insert some values in the cells using ods statements, is that right
?
A*********u
发帖数: 8976
7
最好的方法就是看别人的code
你们公司的code应该是共享的吧

thanks guns, but i don't quite get it, can u refer something i can read?
i guess what you mean is after the report procedure, read the report, and
manually insert some values in the cells using ods statements, is that right
?

【在 m*****8 的大作中提到】
: thanks guns, but i don't quite get it, can u refer something i can read?
: i guess what you mean is after the report procedure, read the report, and
: manually insert some values in the cells using ods statements, is that right
: ?

m*****8
发帖数: 654
8
unfortuanately, the programmers in my company do this in data steps and
macros instead of proc report, which is way more complicated...
1 (共1页)
进入Statistics版参与讨论
相关主题
help-how to get exact p value in sasproc report
what's wrong with Proc Reg???如何比较两个proc contents的结果?
Proc Report里面显示page number的问题SAS急问:怎样在PROC REPORT 的TITLE 部分加粗字体(BOLD)?不用ODS怎样做?
问个SAS PROC CORR的问题请教SAS ODS to Excel
【分享】SAS2010全球论坛文章合集怎样得到OBS的值?
急,ENTRY LEVEL SAS PROGRAMER明天On-site,需要注意什么啊[提问]如何用SAS在同一个ExcelBook里create several spreadsheets?
公司从SAS转到WPS,大家有懂WPS的吗?问个proc univariate 打印的问题
Re: 请问SAS如何学起?求助!该如何准备这个电话面试?
相关话题的讨论汇总
话题: ods话题: report话题: proc话题: page话题: do