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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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