|
|
When I read string data into SPSS from a delimited text file (GET DATA / TYPE=TXT ...) I may specify the width of a string variable (e.g., "myvar a16"), or I may omit the width (e.g., "myvar a"). In the latter case the width of the string variable generated in the SPSS data file defaults to 255 characters (SPSS 18 on a Windows PC).
Is it possible to set the default to something other than 255 - e.g., for reading strings with an unknown width which may, however, be larger than 255?
|