![]() | ![]() | ![]() |
Important:
Automated renewal of licenses on multiple machines is not possible because of the many prompts that supply information during the renewal process. However, it is possible to streamline a procedure that can be used to process large numbers of license renewals in SAS®9 on machines that run in the Windows environment. You should use the following tools in this procedure:
Perform the following tasks to renew the SAS®9 licenses:
@echo off set renpath=E:\Program Files\SAS\SAS 9.1\core\sasinst\sasrenew\sasrenew.exe set checkpath=E:\Program Files\SAS\SAS 9.1\set_2005.log set logpath=E:\Program Files\SAS\SAS 9.1\setinit.log set SIDpath=D:\sas91_925903.sid if exist "%checkpath%" goto :already if not exist "%SIDpath%" goto nosid "%renpath%" -s "datafile:%SIDpath%" move "%logpath%" "%checkpath%" echo setinit updated : log stored in "%checkpath%" goto end :already echo SAS Software has already been renewed. Check in : %checkpath%. goto end :nosid echo SID file "%SIDpath%" is not present. Setinit NOT updated goto end :end
When you select SASRenew.exe, a wizard appears and prompts you to supply certain parameters. The wizard updates the software license, based on the content of the SAS Installation Data (SID) file.
For further guidance regarding the license renewal process, see the Software Renewal Instructions at support.sas.com.
After you renew the license, the batch file moves the log file to a new location so the file will not be overwritten.
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | Microsoft Windows XP Professional | 9 TS M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9 TS M0 | |||
| Microsoft Windows Server 2003 Enterprise Edition | 9 TS M0 | |||
| Microsoft Windows Server 2003 Standard Edition | 9 TS M0 | |||
| Microsoft Windows Server 2003 Datacenter Edition | 9 TS M0 | |||
| Microsoft Windows 2000 Server | 9 TS M0 | |||
| Microsoft Windows 2000 Advanced Server | 9 TS M0 | |||
| Microsoft Windows 2000 Datacenter Server | 9 TS M0 | |||
| Microsoft Windows NT Workstation | 9 TS M0 | |||
| Microsoft Windows 2000 Professional | 9 TS M0 |
| Type: | Usage Note |
| Priority: | |
| Topic: | System Administration ==> Installation ==> SETINIT/SID SAS Reference ==> Procedures ==> SETINIT |
| Date Modified: | 2005-06-03 09:17:38 |
| Date Created: | 2005-04-22 10:58:55 |



