Hello
I will be glad to get your help
I am trying to import an excel file and got the following warning: During read data truncated column table_name
Thanks for any help!
That's hard to debug.
Can you try a basic PROC IMPORT - replace the path below with yours and post the log.
PROC IMPORT OUT= myData
Datafile="c:\temp\myExcel file.xlsx"
DBMS = XLSX replace; run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.