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 (May 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 11 May 2001 18:01:45 +0100
Reply-To:     Peter Crawford <peter.crawford@DB.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Peter Crawford <peter.crawford@DB.COM>
Subject:      Tabulate
Comments: To: jacques_t@hotmail.com
Content-type: text/plain; charset=iso-8859-1

right-justifying was never a facility built into tabulate itself and many work-arounds have been used to achieve what you seek, but I don't believe there is much call for mono-spaced results these days This sounds like a style feature for ODS - see LaurenHaworth's book

Output Delivery System: The Basics Author Lauren Haworth ISBN 1-58025-859-X

Datum: 10/05/2001 16:57 An: SAS-L@listserv.uga.edu

Antwort an: jacques_t@hotmail.com

Betreff: Tabulate Nachrichtentext:

Hi SAS-L'rs,

Is it possible to right justify a formatted value in a PROC TABULATE?

Example: proc tabulate data=one; class cie_a; table all='Total:' cie_a,all='Number of Trucks'*(F=8.0) /rts=30 box='Status'; format a $frmta30.; run;

Status Number of Trucks

Total: 34 compa 4 compb 5 compc 20 compd 5

^^^^

I want the company names (cie_a) indented on the right side. I tried to put spaces in the format values, but they are not there anymore in my output.

Any help would be appreciated, Thanks, Jacques _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


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