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;

 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2001 views
  • 1 like
  • 2 in conversation