BookmarkSubscribeRSS Feed
mostater
Obsidian | Level 7

Hi all,

I am currently running SAS v9.3 on a 64-bit OS,  I am using the following code to import data from an Excel file.  The file contains 275 columns (variables) but only the first 255 are getting imported.  I've read previous discussions on this and it seems like this shouldn't be an issue with version 9.3.  Is my code missing something?  I have tried adding the option "version='2007';" but it was not successful.

Thanks in advance for any help someone can offer!

proc import datafile='V:\ProjectDirectory\DatafileName.xlsx' out=getdata replace dbms=excelcs;

  sheet='SASInput';

  usedate=no;

  scantime=yes;

run;

proc contents data=getdata varnum;

run;

1 REPLY 1
data_null__
Jade | Level 19

Just guesing.  Try DBMS=XLSX;

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 Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1251 views
  • 3 likes
  • 2 in conversation