BookmarkSubscribeRSS Feed
yael
Quartz | Level 8

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!

 

 

 

SAS 140517.png

1 REPLY 1
Reeza
Super User

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;

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 1607 views
  • 1 like
  • 2 in conversation