Hi @JGon
If you want to read or write files from SAS Content Folders I suggest you use the FILENAME FILESRVC statement:
Accessing SAS Content with FILENAME FILESRVC in SAS Viya - SAS Support Communities
Content Folders are best for smaller data files.
If you have larger data files I suggest you create a DNFS caslib pointed to an NFS path and restrict permissions on the caslib to specific groups or users. From SAS Studio you can use a libname statement to process data in caslibs.
For details on creating a caslib see this:
SAS Help Center: Working with Data in CAS
... View more