BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] Unix/Linux 서버에서 생성한 SAS dataset을 PC(Windows) 읽어올 때 오류가 발생합니다.

Started ‎07-12-2021 by
Modified ‎07-12-2021 by
Views 225

서로 다른 환경에서 만들어진 SAS Dataset을 사용하려면, 데이터를 제공하는 곳(Unix)에서 proc cport를 이용하여 내보낸 파일을 사용하고자 하는 곳(PC)에서 proc cimport를 이용해서 불러오면 됩니다.

 

[파일 내보내기]

proc cport library=a file="c:\temp\test.dat";

run;

 

[파일 불러오기]

proc cimport library=b file="C:\temp\test.dat";

run;

Version history
Last update:
‎07-12-2021 09:04 PM
Updated by:
Contributors

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

Article Labels
Article Tags