Specifies how to handle an out-of-resource condition.
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Environment Control: Error Handling |
PROC OPTIONS GROUP= | ERRORHANDLING |
Default: | CLEANUP |
Windows specifics: | behavior when running in batch mode |
See: | CLEANUP System Option in SAS System Options: Reference |
specifies that during the entire session, SAS attempts to perform automatic, continuous cleanup of resources that are not essential for execution. Nonessential resources include those resources that are not visible to the user (for example, cache memory) and are visible to the user (for example, the KEYS windows).
specifies that SAS allow the user to choose how to handle an out-of-resource condition. When NOCLEANUP is in effect and SAS cannot execute because of a lack of resources, SAS automatically attempts to clean up resources that are not visible to the user (for example, cache memory). However, resources that are visible to the user (for example, the KEYS windows) are not automatically cleaned up. Instead, SAS prompts you before attempting to regain resources.