I am trying to import .xlsx file with 1700 columns using data step, but it is taking in only 255 variables.I tried using Proc import but it isn't taking it either.Any ideas how do i get all the 1700 columns into SAS
PROC IMPORT with DBMS=XLSX will import 2000+ columns, did it earlier today.
@sas_learnsups wrote:
I am trying to import .xlsx file with 1700 columns using data step, but it is taking in only 255 variables.I tried using Proc import but it isn't taking it either.Any ideas how do i get all the 1700 columns into SAS
PROC IMPORT with DBMS=XLSX will import 2000+ columns, did it earlier today.
@sas_learnsups wrote:
I am trying to import .xlsx file with 1700 columns using data step, but it is taking in only 255 variables.I tried using Proc import but it isn't taking it either.Any ideas how do i get all the 1700 columns into SAS
Many Thanks Reeza, I did use the proc import and it worked.
What's your version of SAS (PROC SETINIT) and same for MS-Office?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.