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 (July 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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