BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
alepage
Barite | Level 11

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,

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

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.

View solution in original post

3 REPLIES 3
AhmedAl_Attar
Ammonite | Level 13

run either of these two Procs

proc product_status; run;
proc setinit; run;
ballardw
Super User

@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.

SASKiwi
PROC Star

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.

sas-innovate-wordmark-2025-midnight.png

Register Today!

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.


Register now!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 986 views
  • 2 likes
  • 4 in conversation