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
>
>
|