Home > Data Services > Catalog . Restricted Data . Census . ACS

Search Data Services

Meta Search
search across all the following databases:

Data Catalog
Data and documentation

KnowledgeBase
Common questions and answers.

Resources
Entire collection of data resources.


Latest Data News

RSS Feed icon

Lessons from North of the Border

Nerd Alert: Dictionary of Numbers

International Migration Statistics for the US

Open Data Executive Order

Measuring Marriage & Divorce among Same-Sex Couples

Insufficient Memory

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.