Code:
data house.classmention;
set house.classmention classmention1;
run;
Log中出现的错误:
Warning: At least one data value for column M may have been truncated.
Maximum length of data encountered during input was 41.
请教怎么fix 这个问题,万分感谢!
s*r 发帖数: 5
2
using length redefine format should works fine here
【在 c****s 的大作中提到】 : Code: : data house.classmention; : set house.classmention classmention1; : run; : Log中出现的错误: : Warning: At least one data value for column M may have been truncated. : Maximum length of data encountered during input was 41. : 请教怎么fix 这个问题,万分感谢!
r*******7 发帖数: 1144
3
i would check if there are variables that have the same name but different
formats in the data sets house.classmention classmention1.