Hi Cynthia, I see your point, I also tried before option that you described in your example(outputwidth etc.),but the root of problem is that if I'll not assign column width in proc report for each column, this width will be automatically defined by ODS pdf engine ,based on margins, papersize, fontsize as you described, and if few columns has values with long chars one row of data splits into two that is absolutelly unreadible. For now I just set column width for each column(cellwidth statement) but sometimes it's also not the best variant becouse as I described higher - I can't predict len. of columns,so , for example, if I set for all of them same length,- in one report all cols can has similar length - in this case all is ok, but in another report(with same set of columns but diff data) one column can has long string and another is just empty, so logically will be make this one column wider than another one. As I know in HTML tables exits possibility limit whole HTML table size and column width automatically defines from HTML tables cell content(just len of value in cell), and proc report in the end ganarates HTML table, so I supposed that should exist option that can limit whole proc report width, so even if all columns will have long char - each row will not be splitted into two, it will be just very high and it width will be some logicall depended from margins, papersize, fontsize values length of another columns etc. But ok, looks like I spend too much time on this small issue:) Thanks!
... View more