Thanks so much for your reply. My (edited) SAS syntax is below. In the SPSS file, I have applied weights. The weighted sample is 158,000; however, after importing it into SAS, I only have the original (non-weighted) sample of 7590. PROC IMPORT OUT=OIS.finalweighted DATAFILE="C:\Users\...NEW_weighted.sav" DBMS=SPSS REPLACE; RUN;
... View more