Assigns a READ, WRITE, and ALTER password to a SAS data set or an SPD Engine data set and enables access to the password-protected file. Specifies a key value for accessing an encrypted SPD Server table.
Category: | Table Control |
Data source: | SAS data set, SPD Engine data set, SPD Server table |
Note: | Check your log after this operation to ensure that the password values are not visible. For more information, see “Blotting Passwords and Encryption Key Values” in SAS Language Reference: Concepts. |
must be a valid SAS name.
must be a valid SAS name.
create table myfiles.mytable {options pw=green}(column1 double);
select * from myfiles.mytable {option pw=green};