Hi,
I'm trying to import xls dataset to SAS Studio. I just realized that it only importing the first 100 obs. The xls dataset contains 1100 obs
this is the code I'm using
proc import out=Oricq
datafile="llllll.xls"
dbms=xls replace;
It could be that you have system option obs=100 set (for testing in a previous code).
Try to save XLS as CSV and run PROC IMPORT .
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.