Specifies a suggested amount of memory needed for executable programs loaded by SAS.
Valid in: | configuration file, SAS invocation |
Category: | System Administration: Memory |
PROC OPTIONS GROUP= | MEMORY |
Default: | 0 |
Windows specifics: | all |
specifies the memory size in multiples of 1; 1,024 (kilobytes); 1,048,576 (megabytes),
and 1,073,741,842
(gigabytes), respectively. You can specify decimal values for the number of kilobytes,
megabytes, or gigabytes. For example, a value of 8
specifies 8 bytes, a value of .782k
specifies
801 bytes, and a value of 3m
specifies 3,145,728
bytes.
specifies the amount of memory as a hexadecimal value. You must specify the value
beginning with a number (0–9),
followed by an X. For example, the value 2dx
sets
the amount of memory to 45 bytes.
specifies 0 bytes, which indicates that there is no limit on the total amount of memory that can be used.
specifies that the maximum amount of memory for executable programs is limited only by the amount of memory available.