Hi everyone,
I am using SAS University edition. And I am trying to upload sas file to SAS program. And I get the error " The size of the uploded files can not greater than 10 MB". What is the solution of this issue? Or which program can I use?
Thank you for your replies.
Since this is a non-SAS file, you need to import it first.
Place it in the shared folder, open "Server Files and Folders" in SAS Studio, double-click the file, and SAS will automatically create the import code for you. Run that ("little running man" button), and the dataset will be in library WORK.
Are you using SAS On Demand for Academics (cloud service) or the locally installed University Edition in a virtual machine? If the latter, put the file in the shared folder and either import it (if it is a non-SAS file), or set a libname to the directory (if it is a .sas7bdat file) and use it as the dataset it is.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.