Hi All,
Does data update possible in VA with any feature or function not only present data ?
Your question isn't clear. Please explain what you mean in more detail.
Personally I find complete table reloads are the easiest approach with SAS VA with all of the data preparation done outside of VA in "normal" SAS.
I know , my question is weird but customer asked us they want to update some data which they see in VA . For example there is a table which is shown in VA. Does it possible to change data from current value to new value ?
@MuratDerin - It is important to remember that if the LASR server shuts down you lose all of your SAS VA data. I find the best way of managing this is to keep a "mirror" of the VA data in a SAS library on disk. Once your LASR server is running again it is very easy to reload your data from the mirror library.
Of course you can run SAS programs that will change some of the variables in LASR tables, but then you also need to be able to recreate the same data after a LASR shutdown. This is where keeping a copy of the LASR tables on disk really helps. Also please note that when you add or delete variables in a LASR table you also need to update the SAS metadata definition of the table.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.