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 (January 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 11 Jan 2007 12:32:59 -0500
Reply-To:     Wensui Liu <liuwensui@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Wensui Liu <liuwensui@GMAIL.COM>
Subject:      Re: Remove a format via proc sql
Comments: To: Wing9897@hotmail.com
In-Reply-To:  <1168536552.473248.45730@p59g2000hsd.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I think SAS says what it means. you need to put a format after format = .

On 1/11/07, Wing9897@hotmail.com <Wing9897@hotmail.com> wrote: > Hello, how would one remove a format from a variable within proc sql > and not within a data step? > > The code below gives the error: " Expecting a format name" > > proc sql; > select PersonID Format=, PersonID from v.junk; > quit; > > Thanks. >

-- WenSui Liu A lousy statistician who happens to know a little programming (http://spaces.msn.com/statcompute/blog)


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