Hi All,
I have a XPt file where iam trying to convert them into sas datasets by using below code but it throwing an error in SAS log. Could you please provide your thoughts on this.
libname in xport "C:Desktop\SAS1\data.xpt"; proc copy inlib=in outlib=work; run; proc cimport library=work infile="C:Desktop\SAS1\data.xpt"; run;
SAS LOG ERROR:
ERROR: The transport file was created in the encoding utf-8. This session encoding, wlatin1, can read and create transport files in the encoding, wlatin1. Data not imported.
Thanks,
Mounika
... View more