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

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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