System Options under z/OS |
Tells SAS whether to minimize its use of storage.
Default: |
NOMINSTG
|
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, OPTIONS window
|
Category: |
System Administration: MEMORY
|
PROC OPTIONS GROUP= |
MEMORY
|
z/OS specifics: |
all
|
-
MINSTG
-
tells SAS to minimize storage in use.
-
NOMINSTG
-
tells SAS not to minimize storage in use.
The MINSTG system option tells SAS to
minimize its use of storage by returning unused storage and deleting unused
load modules at the termination of steps and pop-up windows. This option should
be used on memory-constrained systems or when sharing the address space with
other applications, such as ISPF split-screen or multisession products. If
MINSTG is in effect, then CATCACHE= is set to 0.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.