문의하신 사항은 raw data에 “귯ㄱ”과 같은 잘못된 한글이 포함되어 구분자와 구분이 되지 않아 발생하는 현상입니다.
아래 예처럼 scan함수 사용하시기 바랍니다.
예)
data test;
infile 'C:\test\temp1.txt' lrecl=32767;
input;
length a b c $ 20;
a=scan(_infile_,1,"09"x);
b=scan(_infile_,2,"09"x);
c=scan(_infile_,3,"09"x);
run;
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
Register now!
SAS 코리아 Blog
SAS Viya for Learners
SAS Academic on-demands
SAS Technical Center
SAS Contact Center
SAS 코리아 교육팀