<?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: Proc DS2 with Proc Server in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361045#M64455</link>
    <description>&lt;P&gt;I may be wrong but I don't think Proc DS2 recognises SAS/SHARE libraries - locking is achieved via the LOCKTABLE option -&amp;gt;&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/ds2ref/69739/HTML/default/viewer.htm#n069zo2gxcg6rtn1v4x1ecpu2ncb.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/ds2ref/69739/HTML/default/viewer.htm#n069zo2gxcg6rtn1v4x1ecpu2ncb.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 07:34:40 GMT</pubDate>
    <dc:creator>ChrisBrooks</dc:creator>
    <dc:date>2017-05-24T07:34:40Z</dc:date>
    <item>
      <title>Proc DS2 with Proc Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/360842#M64438</link>
      <description>&lt;P&gt;Hi everyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem working with Proc DS2 and Proc Server together&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code for Proc Server is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc server id=server1 authenticate=opt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOC LIBRARY DEMO V9 '/route/to/library';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; allocate sasfile demo.ds1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; allocate sasfile demo.ds2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code for client is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname demo server=server1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _NULL_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if 0 then set demo.ds1 nobs=n;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;call symputx('total',n);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;stop;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%put &amp;amp;total;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc ds2;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;total is ok but inside ds2 the log write:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: DS2 Ignoring libname DEMO (engine REMOTE); no connection string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 17:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/360842#M64438</guid>
      <dc:creator>nigromx</dc:creator>
      <dc:date>2017-05-23T17:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc DS2 with Proc Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361030#M64454</link>
      <description>Does this work for non-DS2 steps?&lt;BR /&gt;Have you tried to specify the server= option?</description>
      <pubDate>Wed, 24 May 2017 06:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361030#M64454</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-05-24T06:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc DS2 with Proc Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361045#M64455</link>
      <description>&lt;P&gt;I may be wrong but I don't think Proc DS2 recognises SAS/SHARE libraries - locking is achieved via the LOCKTABLE option -&amp;gt;&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/ds2ref/69739/HTML/default/viewer.htm#n069zo2gxcg6rtn1v4x1ecpu2ncb.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/ds2ref/69739/HTML/default/viewer.htm#n069zo2gxcg6rtn1v4x1ecpu2ncb.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 07:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361045#M64455</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-05-24T07:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc DS2 with Proc Server</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361302#M64476</link>
      <description>&lt;P&gt;SAS/SHARE is not a supported data source using the 'remote' engine. &amp;nbsp;Oddly, you still should utilize it through ODBC instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;List of supported data sources (same for FedSQL as DS2):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/fedsqlref/67364/HTML/default/viewer.htm#n07v02kso1fe3vn1qv7cmzyw5gbv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/fedsqlref/67364/HTML/default/viewer.htm#n07v02kso1fe3vn1qv7cmzyw5gbv.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-DS2-with-Proc-Server/m-p/361302#M64476</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2017-05-24T18:16:02Z</dc:date>
    </item>
  </channel>
</rss>

