Previous Page | Next Page

System Options under z/OS

DLTRUNCHK System Option: z/OS



Enables checking for SAS library truncation.
Default: DLTRUNCHK
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: File Control: SASFILES
PROC OPTIONS GROUP= SASFILES
z/OS specifics: all

Syntax
Details

Syntax

DLTRUNCHK | NODLTRUNCHK


Details

The first time a SAS library is accessed after it is assigned, SAS compares the external count of library blocks from the z/OS data set label with the internal count of library blocks from the library itself. If the external count is less, the library might be truncated, or the external count might merely be in error. In either of these cases (apparent or actual truncation), if the DLTRUNCHK option is in effect, SAS issues an error message and refuses to process the library in any manner. If NODLTRUNCHK is in effect, SAS attempts to continue processing. However, write access is not allowed to the library.

DLTRUNCHK is the default setting, and it is recommended for all production applications for the following reasons:

Previous Page | Next Page | Top of Page