Is there a way to import data to SAS unviersity that is larger than 10mb?
What do you mean ? You mean WORK library can't hold this big table ?
Use
options user='/folders/myfolders/' ;
switch your WORK into a Share fold, So as long as your disk is big enough to hold .
There is a 10MB limit on AWS and SAS Academics On Demand. This is because you use someone else's services for running SAS in the cloud. If you use SAS UE on your computer there's no such limitation.
What do you mean ? You mean WORK library can't hold this big table ?
Use
options user='/folders/myfolders/' ;
switch your WORK into a Share fold, So as long as your disk is big enough to hold .
i mean ,all my big data can not be placed in datalines statment inside my program.i hope it is clear.
Why not make a TXT file to hold these data and use data step to import it .
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!
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.