<?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: Transitioning to DS2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/282828#M59209</link>
    <description>Adding comment to close thread</description>
    <pubDate>Thu, 07 Jul 2016 23:54:56 GMT</pubDate>
    <dc:creator>JBerry</dc:creator>
    <dc:date>2016-07-07T23:54:56Z</dc:date>
    <item>
      <title>Transitioning to DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/273101#M58423</link>
      <description>&lt;P&gt;I've read the papers but have been a little stuck on some minor syntax issues. I'm trying to figure out how to take an existing data step and thread it using DS2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, some fake data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input IdNumber Name $ 6-20 Team $ 22-27 StartWeight EndWeight;
datalines;
1023 David Shaw red 189 165
1049 Amelia Serrano yellow 145 124
1219 Alan Nance red 210 192
1246 Ravi Sinha yellow 194 177
1078 Ashley McKnight red 127 118
1221 Jim Brown yellow 220 .
;
run;
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the data step code I'm trying to migrate into a threaded process using DS2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want; set have;
if Name = 'David' then David_Flag=1; else David_Flag=0;
WeightDiff=EndWeight-StartWeight;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 May 2016 18:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/273101#M58423</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2016-05-25T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transitioning to DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/273213#M58427</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show your DS2 code and the corresponding log, this will help to find out what is wrong with the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 08:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/273213#M58427</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-05-26T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Transitioning to DS2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/282828#M59209</link>
      <description>Adding comment to close thread</description>
      <pubDate>Thu, 07 Jul 2016 23:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Transitioning-to-DS2/m-p/282828#M59209</guid>
      <dc:creator>JBerry</dc:creator>
      <dc:date>2016-07-07T23:54:56Z</dc:date>
    </item>
  </channel>
</rss>

