Previous Page | Next Page

Data Set Options for Relational Databases

BL_ALLOW_WRITE_ACCESS= Data Set Option



Specifies that table data is still accessible to readers and writers while import is in progress.
Default value: NO
Valid in: DATA and PROC steps (when accessing DBMS data using SAS/ACCESS software)
DBMS Support: DB2 under UNIX and PC Hosts

Syntax
Syntax Description
Details
See Also

Syntax

BL_ALLOW_WRITE_ACCESS=YES | NO

Syntax Description

YES

specifies that table data is still visible to readers and writers during data import.

NO

specifies that readers and writers cannot view table data during data import.


Details

To specify this option, you must first set BULKLOAD=YES.


See Also

For more information about using this option, see the SQLU_ALLOW_WRITE_ACCESS parameter in the IBM DB2 Universal Database Data Movement Utilities Guide and Reference.

BL_ALLOW_READ_ACCESS= Data Set Option

BULKLOAD= Data Set Option

Previous Page | Next Page | Top of Page