<?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: What is the following section accomplishing? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/What-is-the-following-section-accomplishing/m-p/553075#M7439</link>
    <description>&lt;P&gt;First, it converts a numerical value stored in a character variable into a numeric variable. Next, it creates a long-text character variable from codes in a numeric variable. The "otherwise" branch causes a NOTE concerning a numeric-to-character conversion, because of sloppy coding. The second action is better done with a custom format.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 21:54:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-04-22T21:54:25Z</dc:date>
    <item>
      <title>What is the following section accomplishing?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/What-is-the-following-section-accomplishing/m-p/553068#M7438</link>
      <description>&lt;PRE&gt;What is the following section accomplishing? */
productSales = INPUT(TRIM(sales), COMMA20.);
SELECT (product);
   WHEN (1)                   productName='Breakfast bar';
   WHEN (2)                   productName='Cookie bar';
   WHEN (3)                   productName='Savory meal bar';
OTHERWISE                     productName=.;
END;
RUN;&lt;/PRE&gt;&lt;P&gt;What is the following section accomplishing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 21:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/What-is-the-following-section-accomplishing/m-p/553068#M7438</guid>
      <dc:creator>eduar78</dc:creator>
      <dc:date>2019-04-22T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the following section accomplishing?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/What-is-the-following-section-accomplishing/m-p/553075#M7439</link>
      <description>&lt;P&gt;First, it converts a numerical value stored in a character variable into a numeric variable. Next, it creates a long-text character variable from codes in a numeric variable. The "otherwise" branch causes a NOTE concerning a numeric-to-character conversion, because of sloppy coding. The second action is better done with a custom format.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 21:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/What-is-the-following-section-accomplishing/m-p/553075#M7439</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-22T21:54:25Z</dc:date>
    </item>
  </channel>
</rss>

