Chapter Contents |
Previous |
Next |
WORKTERM |
Valid in: | configuration file, SAS invocation, OPTIONS statement, Systems Options window |
Category: | Environment control: Files |
PROC OPTIONS GROUP= | ENVFILES |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
See Also |
Syntax |
WORKTERM | NOWORKTERM |
Details |
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.
Comparisons |
Use the WORKINIT system option to prevent SAS from erasing existing WORK files on invocation. Use the WORKTERM system option to prevent SAS from erasing existing WORK files on termination.
See Also |
System Option:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.