Hello,
We were advise that our enterprise will update our sas version. I wonder if there were some documentation available on some tests we could carry out to check the new version.
Help will be appreciated.
Regards,
Usually validation tests are done as part of a SAS upgrade to confirm all product components are working correctly. This is not something you need to be concerned about.
You do need to test your own SAS programs however to ensure that they work without errors and they produce the same results. I find PROC COMPARE very useful for this. You will need datasets produced by both the old and new SAS versions to use this approach.
run either of these two Procs
proc product_status; run;
proc setinit; run;
@alepage wrote:
Hello,
We were advise that our enterprise will update our sas version. I wonder if there were some documentation available on some tests we could carry out to check the new version.
Help will be appreciated.
Regards,
Check what?
If you mean results then the basic approach is to run jobs on the same data in both systems and compare results.
Usually validation tests are done as part of a SAS upgrade to confirm all product components are working correctly. This is not something you need to be concerned about.
You do need to test your own SAS programs however to ensure that they work without errors and they produce the same results. I find PROC COMPARE very useful for this. You will need datasets produced by both the old and new SAS versions to use this approach.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.