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 (September 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 7 Sep 2004 19:28:58 GMT
Reply-To:     julierog@ix.netcom.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roger Lustig <trovato@VERIZON.NET>
Subject:      Re: how to drop formats without having to use SET ?
Content-Type: text/plain; charset=us-ascii; format=flowed

PROC DATASETS is useful for changing any information stored in the header of a SAS data set: labels, in/formats, etc.

Roger

Igor Kurbeko wrote: > Hi, folks. > > I'm stripping formats like this now: > > > > data &dsold.; > > set &dsold. ; > > format change pchange groupnum baseline height weight; > > run; > > > > But I'm afraid it'll take a long time if &dsold. Has 500.000 records. Is > it true? > > And is there an easier way? > > > > Thanks > > > > Igor Kurbeko > > Clinical Programmer Analyst > > 678 336 4328 > > ikurbeko@atherogenics.com > > > > Imagination is more important than knowledge > >


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