Hi all!
I'm new in using SAS Viya and I have the following case:
I need to load/append the same table to CAS every day
This table then used in SAS Viya 3.3 (actually in SAS VA) report.
The table
1. must be accessible to other users in SAS Viya - so I assume it should be in the Public library
because when user create report based on a cas table from his own library this report is not working for other users
They see error : The data source used by object failed to load
2. need to have the same name because it's used in daily reports
By this moment I came to this approach:
1. drop table from CAS lib
2. load data with the same name to Public caslib with PROMOTE option
But it takes time to load the whole table every time, so may be it's possible to make append?
We used append in LASR but I searched documentation I didn't find any solution to append existing global table.
This article describes only how to append table in your casuser library not to the Public one
This article describes only how to append table in your casuser library not to the Public one
the method is the same , you just need to change the caslib reference to be your public library
This article describes only how to append table in your casuser library not to the Public one
the method is the same , you just need to change the caslib reference to be your public library
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.