Yes, sure: ERROR: Unable to allocate sufficient memory. At least 1329709K bytes were requested, but only 68786K were available. You must either increase the amount of memory available, or approach the problem differently. ERROR: The SAS System stopped processing this step because of insufficient memory. however, there should not be an issue. I have 16GB RAM and in my orking directories there is more than enough disc space available. any thoughts? This is what i get when I run proc options group=memory: Group=MEMORY
SORTSIZE=1073741824
Specifies the amount of memory that is available to the SORT procedure.
SUMSIZE=0 Specifies a limit on the amount of memory that is available for data
summarization procedures when class variables are active.
MAXMEMQUERY=0 Specifies the maximum amount of memory that is allocated for procedures.
MEMBLKSZ=16777216 Specifies the memory block size for Windows memory-based libraries.
MEMMAXSZ=2147483648
Specifies the maximum amount of memory to allocate for using memory-based
libraries.
LOADMEMSIZE=0 Specifies a suggested amount of memory that is needed for executable programs
loaded by SAS.
MEMSIZE=2147483648
Specifies the limit on the amount of virtual memory that can be used during a
SAS session.
REALMEMSIZE=0 Specifies the amount of real memory SAS can expect to allocate
... View more