tariqhali2
Technical User
Hello,
I am trying to figure out how to set permission while creating a dataset. If that is not possible how do I change permission to dataset that I have already created.
I use pc sas and the datasets are usually on a UNIX box so permission will be something like 775 or 777.
PROC SQL;
CREATE TABLE TABLE_NAME AS /* Is it possible to set permission here */
SELECT * FROM DATASET;
QUIT;
Thanks.
I am trying to figure out how to set permission while creating a dataset. If that is not possible how do I change permission to dataset that I have already created.
I use pc sas and the datasets are usually on a UNIX box so permission will be something like 775 or 777.
PROC SQL;
CREATE TABLE TABLE_NAME AS /* Is it possible to set permission here */
SELECT * FROM DATASET;
QUIT;
Thanks.