Chapter Contents |
Previous |
Next |
HSSAVE |
Default: | HSSAVE |
Valid in: | configuration file, SAS invocation, OPTIONS statement, OPTIONS window |
Category: | File Control: SASFILES |
OS/390 specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
HSSAVE | NOHSSAVE |
Details |
Note: DIV data sets
are also referred to as VSAM linear data sets.
The HSSAVE default provides the best protection from data loss during programming. During execution of tested programs, you may wish to improve performance by specifying NOHSSAVE. The performance improvement results from a decrease in the number of I/O operations to the DIV data set. However, you should not specify NOHSSAVE unless you are willing to risk losing changes. You may lose changes if the library is not closed before a job terminates abnormally.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.