WRITE= Data Set Option

Assigns a WRITE password to a SAS data set that prevents users from writing to a file, unless they enter the password.

Valid in: DATA and PROC steps
Category: Data Set Control
Supports: SAS data set

Syntax

Syntax Description

write-password

must be a valid SAS name.

Details

The WRITE= option is supported only for unsecured DSNs. If you try to assign a password to a SAS data set that is protected by SAS Federation Server authorization, SAS Federation Server returns an error.