In SPSS, how do I convert between numeric variables and string variables?
In SPSS, to convert a numeric variable to a string variable, use the
STRING() function. Since the default variable type in
SPSS is numeric, you need to define your string variable in
advance. Consider the following example:
In the example above, A8 indicates a string variable
eight characters long, and F2.0 is the format of output
values of variable num. For example, F8.4 fills four
zeroes after the decimal point when the numeric variable
num is an integer.
To convert a string variable to a numeric variable num,
use the NUMBER() function, for example:
Last modified on December 20, 2011.







