Hi, I am trying to import a spss data set into sas, but it seems that I loose some content on the way, meaning that my 1100 - long string is truncated to just 225. I know that it is possible to extent the lenght of the variables, but so far I was not able to understand how to do it. The sintax that I have used is: PROC IMPORT DATAFILE='' OUT= DBMS=SAV replace; run; RUN; Thank you
... View more