Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

THESE INSTRUCTIONS WILL ONLY WORK FOR THOSE WHO HAVE ALREADY RENEWED SAS (Desktop) OR SAS(Server) Expires 2020-03-30.

IF YOU HAVE NOT RENEWED YOUR LICENSE YET, YOU MAY DO SO AT https://softrack.research.cchmc.org/software/.

...

  1. Click the Start Menu icon Start Menuon your computer.

  2. Type software in the dialogue box.

  3. Then choose Software Center Software Center from the list of Programs displayed.

  4. Put a check mark next to SAS 9.3 or SAS 9.4 License Renewal for 2019/2020 [DATE] from the available software and click INSTALL SELECTED.

  5. You will be asked to confirm that you want to install the selected application. Click YES to continue.

  6. The system will evaluate the application, and begin the install. This could take a few minutes.

  7. Once the evaluation is complete, the install will begin.

  8. The install will run silently for a few minutes and when it is complete, your SAS license should be updated.

  9. The status should reflect Installed.

  10. To verify the expiration data on your license has been updated, you may run the code the below. The updated expiration data should reflect March 2020.
    proc setinit;
    alias;
    run;

  11. To ensure your license is updated, please launch SAS. If you are no longer receiving a warning about license expiry the update was successful. 

...