NOTE: Data file XXX.DATA is in a format that is native to another host, 
or the file encoding does not match the session encoding. 
Cross Environment Data Access will be used, 
which might require additional CPU resources and might reduce performance.

 

 

 

*先轉過再使用

proc datasets library=work nodetails nolist;
modify DB_FILE_NAME/ correctencoding='utf8';
quit;

* 以上OK可用

 

 


libname lib2 'c:\kk';
proc migrate in=work out=lib2 ;
run;


proc copy in=work out=lib2 noclone memtype=data;
select amb_recom_bhar_herd_0809;
run;

 

arrow
arrow
    全站熱搜

    cianfen 發表在 痞客邦 留言(0) 人氣()