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.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.