Hi All,
Something odd with output datasets, or other output file types, with our Linux Studio implementation.
When running batch SAS files on our server the output file permission are "rw-rw-r--". This is for datasets or XLSX files, etc.
However, when running the exact same code in Studio the output file permission are "rw-r--r--". This means that the datasets are not "write" shareable within the same group of staff.
I've made sure that all staff have "umask 002" in their .bash_profile file. Which should, and does, lead to creating rw-rw-r-- file permissions, like in batch processing.
Does anyone know if there is a configuration change that can be made for Studio to default to rw-rw-r--?
We do know that the permissions can be set via an X command within Studio code (or other programmatic methods) but with many different datasets created via some macros and names that are not always constant, this is not preferrable.
Thanks!
... View more