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 (July 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 30 Jul 2002 11:17:40 -0400
Reply-To:     "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:      Re: PROC PRINT: Centering the output ????
Comments: cc: george lewycky <gelewyc@NYCT.COM>
Content-Type: text/plain; charset="iso-8859-1"

> From: george lewycky [mailto:gelewyc@NYCT.COM] > Why does the PROC PRINT center the output ?? > Can I have it left justified instead??

%PUT SAS option for CENTER: %sysfunc(getoption(center));

options nocenter;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

remember perspective: the error is not always where it seems to occur! -- RJF2 nor the option name

RTFM: I'm an engineer, I don't get paid to know, I get paid to know where to look it up. RTFM: Read The Finite Manual.


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