ACCESS= LIBNAME Statement Option

Determines the access level with which a libref connection is opened.

Valid in: LIBNAME statement
Default: none
Supports: All

Syntax

ACCESS= READONLY

Syntax Description

READONLY

specifies that tables can be read but not updated.

Details

Using this option prevents writing to the data source. If this option is omitted, tables can be read and updated if you have the necessary data privileges.