<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Local server expired problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710087#M218516</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Local server usually means BASE/SAS installed on PC. Do you know if you connect to remote SAS server for execution of code or run it local on your machine? You can run below code to check license expiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 07 Jan 2021 23:43:22 GMT</pubDate>
    <dc:creator>AnandVyas</dc:creator>
    <dc:date>2021-01-07T23:43:22Z</dc:date>
    <item>
      <title>Local server expired problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710039#M218487</link>
      <description>&lt;P&gt;Hi SAS Users!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today I try to run the code from SAS EG and I got the notice that&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1610051155075.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53292i72780CE4CE0EC358/image-size/large?v=v2&amp;amp;px=999" role="button" title="My97_0-1610051155075.png" alt="My97_0-1610051155075.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I deem that it would be because of something expired or else.&lt;/P&gt;
&lt;P&gt;I am wondering that when the Local server like this in SAS EG expires, whether I also cannot use the local server in SAS as well ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is the case, the only solution is just to ask the administration for the license or else (I asked this question because my school is closed because of the holiday and only open after 4 days)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and best regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P/S: The local is from the code below:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options compress=yes reuse=yes;

options mergenoby=error;
/* If a MERGE statement used w/o a BY statement, the LOG presents error message*/
%macro ImportAndTranspose(
      File=
      , StartSheet=
      , EndSheet=
   );

	libname myxl xlsm "&amp;amp;File.";/*line changed*/
    
   %local i;
   
   %do i = &amp;amp;StartSheet. %to &amp;amp;EndSheet.;

    %if &amp;amp;i=1 %then %do;

	  set myxl.sheet&amp;amp;i.;/*line changed*/
      range= "Sheet1$A:X";
      getnames= yes;
	 run;

     proc sort data= sheet&amp;amp;i.;
      by Type;
     run;
	%end;
	/* A list of code afterwards to do while i &amp;lt;&amp;gt; 1*/

   %end;
   
%mend;

%ImportAndTranspose(
      File= C:\Users\pnguyen\Desktop\New folder\Argentina__.xlsm
      , StartSheet= 1
      , EndSheet= 5);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="eJOY__extension_root" class="eJOY__extension_root_class" style="all: unset;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jan 2021 20:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710039#M218487</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-01-07T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Local server expired problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710087#M218516</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Local server usually means BASE/SAS installed on PC. Do you know if you connect to remote SAS server for execution of code or run it local on your machine? You can run below code to check license expiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710087#M218516</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2021-01-07T23:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Local server expired problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710089#M218517</link>
      <description>&lt;P&gt;Try running this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc setinit;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that runs, and it typically will, copy the result from the Log and paste into a text box opened on the forum with the &amp;lt;/&amp;gt; icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should get a result similar to:&lt;/P&gt;
&lt;PRE&gt;Original site validation data
Current version: 9.04.01M4P110916
Site name:    'Some organization name'.
Site number:  1234546.
Expiration:   30JAN2022.
Grace Period:  45 days (ending 15MAR2022).
Warning Period: 45 days (ending 29APR2022).
System birthday:   18MAY2017.
Operating System:   WX64_WKS.
Product expiration dates:
---Base SAS Software
                                        30JAN2022
---SAS/STAT
                                        30JAN2022
---SAS/GRAPH
&lt;/PRE&gt;
&lt;P&gt;The products are likely ti be different. The keyparts are the DATES. If the the date is past the grace period Then your license is expired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SETINIT mentioned in your red text is the license file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 23:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Local-server-expired-problem/m-p/710089#M218517</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-07T23:49:55Z</dc:date>
    </item>
  </channel>
</rss>

