- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello
In a typical SAS 9.x environment, users often create datasets etc. that can be permanently stored on a physical disk. (Local, shared etc.)
Moving to SAS Viya 4 on AWS I am exploring the options where a user can get the same experience and store the data on some form of permanent storage disk. (Content server, database excluded). This could be a storage on AWS itself.
Wondering if somebody can enlighten me about the options available.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Well, I suggest you search through the SAS Viya documentation for references to AWS and S3. Here is one: https://documentation.sas.com/doc/en/pgmsascdc/v_051/casref/n04xsjoovrpx7in1rzmr319nr0se.htm
This should give you an idea about the options. In Viya there are many ways to interact with S3 file storage including FILENAME S3, PROC S3, CASLIB and PROC CASUTIL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The paper discusses the various AWS storage options: https://support.sas.com/resources/papers/proceedings19/3391-2019.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Well, I suggest you search through the SAS Viya documentation for references to AWS and S3. Here is one: https://documentation.sas.com/doc/en/pgmsascdc/v_051/casref/n04xsjoovrpx7in1rzmr319nr0se.htm
This should give you an idea about the options. In Viya there are many ways to interact with S3 file storage including FILENAME S3, PROC S3, CASLIB and PROC CASUTIL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@thesasuser wrote:
Thanks @ballardw and @SASKiwi for the wonderful references.
What I was looking at is some way to store data on a user accessible physical location while using SAS Viya 4 on AWS. This is something that is normally doable on SAS 9.4x.
If I understand your question then isn't this more an AWS than a SAS Viya question? Like: How to access AWS cloud storage used by a Viya environment also from on-prem? If so then have a look at AWS Storage Gateway FAQs
If going down this route then you will certainly also have to look into security (and talk to your IT what's supported/allowed) as well as at cost (charges for data transfer AWS to on-prem).