<?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: How to check SAS Share is licensed or not from sid file in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471995#M13446</link>
    <description>&lt;P&gt;Yes thanks to both&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879" target="_blank"&gt;@Reeza&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562" target="_blank"&gt;@KurtBremser&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;got the required information that licensing and product installation needs to be looked at.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have connected with sas support after suggested testing and verification, as previous license was having this product also the product num was also mentioned&amp;nbsp;there. Looking into the SAS order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2018 07:21:53 GMT</pubDate>
    <dc:creator>manial</dc:creator>
    <dc:date>2018-06-21T07:21:53Z</dc:date>
    <item>
      <title>How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471373#M13421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i check if we have license for SAS Share or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because i am not able to start&amp;nbsp; sas share service from windows services and just want to check if we have license for sas share or not.&lt;/P&gt;&lt;P&gt;Also we are not able to find sas share in sid file nor in the output of setinit procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 14:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471373#M13421</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-06-19T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471375#M13422</link>
      <description>&lt;P&gt;It is PRODNUM010 and PRODNUM035 in the setinit file, which is part of the sid.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 14:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471375#M13422</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-19T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471382#M13423</link>
      <description>&lt;P&gt;Thanks for quick reply!!&lt;BR /&gt;I have checked in the sid file and setinit output but couldn't find these two, PRODNUM010 and PRODNUM035, mentioned there.&lt;/P&gt;&lt;P&gt;So if only these two products number linked to sas-share then we may not have license for sas share.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 14:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471382#M13423</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-06-19T14:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471394#M13424</link>
      <description>&lt;P&gt;proc setinit;run; -&amp;gt; what's licensed&lt;/P&gt;
&lt;P&gt;proc product_status;run; -&amp;gt; what's installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/67877"&gt;@manial&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for quick reply!!&lt;BR /&gt;I have checked in the sid file and setinit output but couldn't find these two, PRODNUM010 and PRODNUM035, mentioned there.&lt;/P&gt;
&lt;P&gt;So if only these two products number linked to sas-share then we may not have license for sas share.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 15:01:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471394#M13424</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-19T15:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471620#M13427</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ran the proc product_status, didn't found SAS/Share there.&lt;/P&gt;&lt;P&gt;Found SAS/Connect and others but not SAS/Share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;m&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:15:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471620#M13427</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-06-20T07:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471993#M13445</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/67877"&gt;@manial&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that, thanks to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;tips, you could conclude you do not have license for SAS Share at this moment, hence you would need to request the module to your SAS Contracts manager , if you would like to use it.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471993#M13445</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-06-21T07:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check SAS Share is licensed or not from sid file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471995#M13446</link>
      <description>&lt;P&gt;Yes thanks to both&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879" target="_blank"&gt;@Reeza&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562" target="_blank"&gt;@KurtBremser&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;got the required information that licensing and product installation needs to be looked at.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have connected with sas support after suggested testing and verification, as previous license was having this product also the product num was also mentioned&amp;nbsp;there. Looking into the SAS order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-check-SAS-Share-is-licensed-or-not-from-sid-file/m-p/471995#M13446</guid>
      <dc:creator>manial</dc:creator>
      <dc:date>2018-06-21T07:21:53Z</dc:date>
    </item>
  </channel>
</rss>

