[실행코드 /오류내용]
10 proc copy in=source out=xportout memtype=data;
11 select Ae;
12 run;
NOTE: 'SOURCE.AE'을(를) 'XPORTOUT.AE(memtype=DATA)'(으)로 복사합니다.
ERROR: The informat_ length of the variable AETERM is too long for the Version 6 file XPORTOUT.AE.DATA. ERROR: 파일 XPORTOUT.AE.DATA 은(는) 복사가 완료되지 않아 저장되지 않았습니다.
[답변]
xport 엔진의 한계로서 데이터의 informat 길이를 없애거나 200 이하로 줄여서 수행하시면 됩니다.