BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jericax
Calcite | Level 5

Is there a way to import data to SAS unviersity that is larger than 10mb?

1 ACCEPTED SOLUTION

Accepted Solutions
Ksharp
Super User

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 .

View solution in original post

5 REPLIES 5
LinusH
Tourmaline | Level 20
It's "funny"...
Now I've searched for awhile about this limitation but can't find any official docs about it. At least not at any "front page".
But if there is a limitation (I'm there is, and it seems logical) I can hardly see you could bypass it. And if you could, you shouldn't. The sw is for free for learning purposes. So if you have a need for larger data, chances are you are a potential paying customer.
What is your requirement?
Data never sleeps
Reeza
Super User

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. 

Ksharp
Super User

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 .

fatemeh
Quartz | Level 8

i mean ,all my big data can not be placed in datalines statment inside my program.i hope it is clear.

Ksharp
Super User

Why not make a TXT file to hold these data and use data step to import it .

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1805 views
  • 1 like
  • 5 in conversation