Hi: Well you were right. PROC REPORT's COMPUTE block with the LINE statement should never be considered a substitute for SAS titles. The COMPUTE block text stays within the boundary of the table, while the title text spans from margin to margin (in destinations that support margins). And what you write with the COMPUTE block may or may not repeat at the start of every page. For example, your PROC REPORT with pseudo titles would only appear in front of the first table, and NOT on every page. I have used a technique similar to yours to put a cover page on a report -- but never to simulate titles. Good luck with your report. cynthia
... View more