SYSLEAVE= System Option: z/OS
Specifies how much memory to leave unallocated to
ensure that SAS software tasks are able to terminate successfully.
Valid in: |
Configuration file, SAS invocation, OPTIONS statement, SAS
System Options window
|
Category: |
System Administration: MEMORY |
PROC OPTIONS GROUP= |
MEMORY |
Default: |
(0,153600) |
z/OS specifics: |
All |
Syntax
SYSLEAVE= n | nK | nM | (n | nK | nM, | n | nK | nM)
Required Arguments
- n | nK
| nM
-
specifies in bytes,
kilobytes, or megabytes how much memory to leave unallocated above
the 16-megabyte line. The amount of unallocated memory below the 16-megabyte
line is set to the default value. Valid values are any integer from
0 to the maximum amount of available memory.
- (n | nK
| nM, n | nK
| nM)
-
specifies in bytes,
kilobytes, or megabytes how much memory to leave unallocated below
the 16-megabyte line, followed by the amount of memory to leave unallocated
above the line. Valid values are any integer from 0 to the maximum
amount of available memory.