Starting SAS Studio might produce a warning message that says your SAS® software has expired or that it is going to expire. Here is an example of the latter message:
WARNING: Your system is scheduled to expire on date which is number days from now. The SAS System will no longer function on or after that date. Please contact your SAS Installation Representative to obtain your updated SAS Installation Data (SID) file, which includes SETINIT information.
To circumvent this issue, renew the SAS software on the machine that SAS Studio connects to. This machine contains the SAS® Foundation installation.
To determine which machine SAS Studio connects to, complete the following steps:
proc setinit; run;
%let sasroot=%sysget(sasroot);
%put &=sasroot;
%put hostname: &systcpiphostname;
2. Then, check the Log window for the host name, SAS site number, and platform on which SAS is executing. Alternatively, the machine name might be listed in the URL used to start SAS Studio.
3. Close all SAS Studio sessions.
4. Once the machine that SAS Studio connects to has been identified, do the following to renew the license and resolve the warning or expiration message:
For instructions, see the Starting and Stopping the SAS Object Spawner and the SAS Web Application Server section in the SAS® Studio 3.5: Administrator's Guide, Second Edition.