Date: Mon, 22 Jul 2002 10:40:14 -0400
Reply-To: Wendy Branson <kizmet005@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Wendy Branson <kizmet005@HOTMAIL.COM>
Subject: Re: Removing all labels from dataset
If you're willing to settle for just turning off the labels instead of
permanently removing them, you could use
options nolabel;
--Wendy
On Mon, 22 Jul 2002 09:57:19 -0400, Goldman, Brad (AT-Atlanta)
<Brad.Goldman@AUTOTRADER.COM> wrote:
>What is the best way to remove labels from all variables in a dataset,
>without having a specified list of the variables beforehand? Is there a
>method using Proc Datasets? Can I/Should I update a dictionary table?
>
>Thanks for any help,
>Brad Goldman
|