LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page