| Date: | Thu, 8 Aug 2002 11:38:22 -0400 |
| Reply-To: | Dianne Rhodes <RHODESD1@WESTAT.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Dianne Rhodes <RHODESD1@WESTAT.COM> |
| Subject: | Re: Eliminating multiple labels? |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
>-
>I am bringing in a dataset that has a label associated with each
>variable name. Is there a way to eliminate all these labels with one
>command?
Options nolabel ;
Caution: This will remove labels you invoke in a procedure as well. For
example in proc tabulate if you specify
keylabel n="No." it will be ignored.
You can switch them back on before the procedure using
Options label ;
Dianne Louise Rhodes
Sr. Systems Analyst
Westat
|