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

WRITE=write-password

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 Federation Server authorization, the Federation Server will return an error.