BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have noticed that when I create code or data in EG the default permissions are for owner and group to have read and write access. Our default on the UNIX server is RW-R-R. How can I change the default to allow only read access to group members using EG?
1 REPLY 1
deleted_user
Not applicable
sounds like a code node is required.
The following is based on the techniques we used in SAS6, so it probably still works.
To get the op.sys to mark the file permissions, the code node would capture the latest dataset from &syslast, then determine the physical name and path,
then pipe to a datastep infile, the effect of command:

chmod +{whatever} your.latest.dataset.sas7bdat


In SAS8 and SAS9, perhaps the chmod command can be executed through some other command handler like %sysexec.

Good Luck
Peter

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 674 views
  • 0 likes
  • 1 in conversation