SAS Annual License Renewal

Summary

This article describes how to renew SAS, which must be renewed on a yearly basis.

Content

A site license of SAS has been purchased for faculty and students. This license allows unlimited installations of SAS by UNH faculty, staff, and students.  This license must be renewed on an annual basis.

The SAS licenses expire at the end of July each year, but there is an extensive grace period during which the software will still function.  SAS users should plan to upgrade their license late each summer to avoid problems during the academic year.

License Renewal Process

This procedure only needs to be performed once, but it must be done on every individual computer on which you use SAS.

  1. Connect to the repository for the installation files at USNH Academic Apps. This folder is accessible to all UNH account holders, but you may have to login with your UNH username and password to gain access.
  2. Open the folder for the SAS software.
  3. Open the folder for the SAS License Files.
  4. Locate the license file for the version of SAS you have installed:
    • SAS94_32bit_July2023_License.txt - for Windows 32-bit installations of SAS 9.4.
    • SAS94_64bit_July2023_License.txt - for Windows 64-bit installations of SAS 9.4.
    • SAS94_64bit_Server_July2023_License.txt - for installations of SAS 9.4 on Windows Server 64-bit.
    • SAS94_Linux_July2023_License.txt - for installations of SAS 9.4 on Linux.
  5. Download the correct file to your computer. You can do so by clicking on the file name to display the file, and then click the Download link at the top of the page. Be sure to save the file to a convenient location such as your Downloads folder or Desktop.
  6. Run the Renew SAS Software utility. This utility can be found in the Start Menu under the folder for SAS in the Utilities sub-folder. If the Renew SAS Software tool cannot be reached from the Start menu, the tool can be located on your hard drive. Go to the following directory where you installed SAS. From there, look in SASRenewalUtility\9.4\. Double click on sasrenew.exe to start the Renew SAS Software tool.
  7. Once the Renew SAS Software window is displayed, begin by clicking Browse to locate the file that you copied to your computer. Click Next to continue.
  8. Click OK when the details of the SAS Installation Data license file are displayed.
  9. In the final step, verify that the installation directory for your copy of SAS is listed, and click Renew. A confirmation dialog will be displayed when the update is complete. Note: If you did select the wrong license file (64-bit instead of 32-bit or vice versa or the wrong SAS version), you will receive an error message instead of a confirmation. If this happens, repeat this entire process but use the correct license file instead.
  10. Close and quit the Renew SAS Software utility when finished.

Testing License

You can check your license expiration date with the following SAS commands.  Enter then in a SAS command window and then click the Submit button.

 proc setinit;
 alias;
 run;
0% helpful - 1 review

Details

Article ID: 805
Created
Fri 7/19/19 5:37 PM
Modified
Mon 10/31/22 10:47 AM