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;

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

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
  • 1332 views
  • 3 likes
  • 2 in conversation