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 .
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.