To control where SAS writes to, consider to use LOCKDOWN:
LOCKDOWN Statement
In a client/server environment, you can (and should) use the tools of the operating system (permissions) to control where users can write to; also use file system quotas to prevent users from wasting storage.
... View more