Date: Fri, 22 Aug 2003 10:47:59 -0400
Reply-To: Chenwei Liu <CLiu@BIOSTAT.BSC.GWU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Chenwei Liu <CLiu@BIOSTAT.BSC.GWU.EDU>
Subject: proc report, text wrap and indent question
Content-Type: text/plain; charset="us-ascii"; format=flowed
Hi,
Another question about proc report.
The contents of one column in a table generated by my proc report program is:
"% Assessment Completed", it is too wide to fit in a row, so it is wrapped as:
% Assessment
Completed
Actually I hope it is wrapped as:
% Assessment
Completed
Please notice the difference, I hope the "completed" aligned with the word
"Assessment", not with the starting char "%",
in another word, hope the wrap have some indent in the second line.
I know I could take out the "%" from that column and put in a seperate
column, but maybe there is a better way.
Thank you in advance for any idea?
Chenwei
|