ACCESS= LIBNAME Statement Option

Determines the access level of the data source.
Default: none
Engine: SPD Engine only

Syntax

ACCESS=READONLY

Required Argument

READONLY
specifies that data sets can be read, but not updated or created.

Details

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