LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) 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 15:46:21 -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: Carol Gosselin <clgossel@GW.FIS.NCSU.EDU>
Content-Type: text/plain

> From: Carol Gosselin [mailto:clgossel@GW.FIS.NCSU.EDU] > The one thing I haven't seen anybody say on this is: > > This OPTION

options nocenter; or options center=no;

> will stay in effect for the remainder of the SAS session. > If it is only needed for one PROC, > it will need to be reset after that PROC.

ah, yesBut, options are global and since SAS programmers don't have eyes in 'back' of their heads once we set 'em, we forgot 'em.

"I had this report left justified when I ran it yesterday. So how come it's centered again, today?!?"

just a reminder from your hindsight guy:

- - - autoexec.sas - - - options nocenter; - - - end autoexec.sas - - -

Ron Fehd the center=FALSE maven CDC Atlanta GA USA RJF2@cdc.gov

Repetition obfuscates! Repetition reduction enhances elegance! Repetition reduction furthers finesse!


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