Specifies whether to erase the WORK files when SAS terminates.
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window
|
Category: |
Environment control: Files
|
PROC OPTIONS GROUP= |
ENVFILES
|
-
WORKTERM
-
erases the WORK files at the termination
of a SAS session.
-
NOWORKTERM
-
does not erase the WORK files.
Although NOWORKTERM prevents the WORK
data sets from being deleted, it has no effect on initialization of the WORK
library by SAS. SAS normally initializes the WORK library at the start of
each session, which effectively destroys any pre-existing information.
Use the NOWORKINIT system option to prevent
SAS from erasing existing WORK files on invocation. Use the NOWORKTERM system
option to prevent SAS from erasing existing WORK files on termination.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.