Dear all,
I'm using Stata 18.0.
From the manual entry related to the help of "import spss" (https://www.stata.com/manuals/dimportspss.pdf), I read:
(actually, I find that labels are named "labels#", with a final "s", but this is not the point).
This creates problems to me when I want to compare different file versions, since adding a label to an existing variable (or adding a numeric variable with label) changes the numbering, thus the label names. The solution I've found is just to remove all labels before proceding to compare datasets. Is there any alternative to such naming system of labels when we import a file from SPSS that has labels for numeric variables?
I'm using Stata 18.0.
From the manual entry related to the help of "import spss" (https://www.stata.com/manuals/dimportspss.pdf), I read:
Value labels for numeric variables will be named label# and attached to the corresponding variable.
This creates problems to me when I want to compare different file versions, since adding a label to an existing variable (or adding a numeric variable with label) changes the numbering, thus the label names. The solution I've found is just to remove all labels before proceding to compare datasets. Is there any alternative to such naming system of labels when we import a file from SPSS that has labels for numeric variables?
Comment