Removing all labels

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Removing all labels

Eugenio Grant
Hi SPSSers…

 

I need to deliver a client my DB, he says he needs to validate the position
of all the variables, I´m ok with this, but I don´t want to give him also
all the value labels, with took a lot of work, and he has no use for them.

 

How can I remove ALL the value labels from ALL my variables (almost 900)
variables without having to do it for every variable, wich implies a lot of
work. The resulting database should have all the variables without it´s
respective values.

 

I would appreciate any help…

 

Thanks...
Reply | Threaded
Open this post in threaded view
|

Re: Removing all labels

Hal 9000
try this:

value labels all.

-Gary


On 12/14/06, Eugenio Grant <[hidden email]> wrote:

>
> Hi SPSSers…
>
>
>
> I need to deliver a client my DB, he says he needs to validate the
> position
> of all the variables, I´m ok with this, but I don´t want to give him also
> all the value labels, with took a lot of work, and he has no use for them.
>
>
>
> How can I remove ALL the value labels from ALL my variables (almost 900)
> variables without having to do it for every variable, wich implies a lot
> of
> work. The resulting database should have all the variables without it´s
> respective values.
>
>
>
> I would appreciate any help…
>
>
>
> Thanks...
>
Reply | Threaded
Open this post in threaded view
|

Re: Removing all labels

Melissa Ives
In reply to this post by Eugenio Grant
Brute force :-)

If you have a version of SPSS with the 'Variable View', set one value label to 'None' then copy and paste this into the rest of the variables.

Melissa

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Eugenio Grant
Sent: Thursday, December 14, 2006 2:35 PM
To: [hidden email]
Subject: [SPSSX-L] Removing all labels
Importance: High

Hi SPSSers...



I need to deliver a client my DB, he says he needs to validate the position of all the variables, I´m ok with this, but I don´t want to give him also all the value labels, with took a lot of work, and he has no use for them.



How can I remove ALL the value labels from ALL my variables (almost 900) variables without having to do it for every variable, wich implies a lot of work. The resulting database should have all the variables without it´s respective values.



I would appreciate any help...



Thanks...



PRIVILEGED AND CONFIDENTIAL INFORMATION
This transmittal and any attachments may contain PRIVILEGED AND
CONFIDENTIAL information and is intended only for the use of the
addressee. If you are not the designated recipient, or an employee
or agent authorized to deliver such transmittals to the designated
recipient, you are hereby notified that any dissemination,
copying or publication of this transmittal is strictly prohibited. If
you have received this transmittal in error, please notify us
immediately by replying to the sender and delete this copy from your
system. You may also call us at (309) 827-6026 for assistance.
Reply | Threaded
Open this post in threaded view
|

Re: Removing all labels

Hal 9000
In reply to this post by Hal 9000
Try destroying these ones before you unleash your fury on all 900 variables!

new file.
data list free /v1 v2.
begin data
0 1 2
2 1 0
end data.

value lables v1 v2 0 'Zero' 1 'One' 2 'Two'.
*.
value labels all.