Chapter Contents

Previous

Next
PROCLEAVE=

PROCLEAVE=



Specifies an amount of memory to leave unallocated for normal termination of a procedure

Default: 8096
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
CMS specifics: all


Syntax
Details
See Also

Syntax

PROCLEAVE=MIN | MAX | n | nK | nM | nG | hexX

MIN
specifies the minimum number of bytes (0).

MAX
specifies the maximum number of bytes (2,147,483,647 bytes).

n
specifies an integer number of bytes.

nK
specifies a number of kilobytes (1 kilobyte = 1,024 bytes).

nM
specifies a number of megabytes (1 megabyte = 1,048,576 bytes).

nG
specifies a number of gigabytes (1 gigabyte = 1,073,741,824 bytes).

hexX
specifies a number of bytes in hexadecimal notation.


Details

If SAS software encounters an out-of-memory condition during procedure execution, the PROCLEAVE= option ensures that enough memory is available for the procedure to close data sets and perform other necessary cleanup during procedure termination.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.