I tried to import a SPSS file into SAS, using this command: proc import out = /new datafile in SAS/ datafile = "Location of original SPSS file"; dbms = SAV replace; fmtlib = work.formats; run; Everything works out fine, except the predefined values in SPSS 66 'not applicable' and 88 'don't know' are changed into " . " missings. Any suggestions? Thanks
... View more