Meta Search
search across all the following databases:
Data Catalog
Data and documentation
KnowledgeBase
Common questions and answers.
Resources
Entire collection of data resources.
Lessons from North of the Border
Nerd Alert: Dictionary of Numbers
If a user gets the following message in a SAS log file:
Insufficient memory size
This means that there is not enough sas memory to run your job. To remedy this a user can assign a larger amount of memory space in the command line.
The following line assigns 3 gigs to the memory space.
sas residence4.sas -memsize 3G
The minus sign is required to change the setting.