<?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 What is the +2 in the below code ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483117#M125246</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the meaning of +2 in below code ?&lt;/P&gt;&lt;P&gt;What will be the impact on output ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data abc;&lt;BR /&gt;input Type $ 1-5 + 2 Color $;&lt;BR /&gt;datalines;&lt;BR /&gt;daisyyellow&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 17:07:08 GMT</pubDate>
    <dc:creator>vishalrajpoot3</dc:creator>
    <dc:date>2018-08-01T17:07:08Z</dc:date>
    <item>
      <title>What is the +2 in the below code ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483117#M125246</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the meaning of +2 in below code ?&lt;/P&gt;&lt;P&gt;What will be the impact on output ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data abc;&lt;BR /&gt;input Type $ 1-5 + 2 Color $;&lt;BR /&gt;datalines;&lt;BR /&gt;daisyyellow&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483117#M125246</guid>
      <dc:creator>vishalrajpoot3</dc:creator>
      <dc:date>2018-08-01T17:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the +2 in the below code ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483119#M125248</link>
      <description>&lt;P&gt;Having just read columns 1 through 5 to get a value for TYPE, SAS is now positioned to look for the next variable starting at column 6.&amp;nbsp; The "+2" tells SAS to move two columns to the right, so it will start looking for a value for COLOR at column 8.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483119#M125248</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-08-01T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the +2 in the below code ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483120#M125249</link>
      <description>&lt;P&gt;It means that&amp;nbsp;there are 2 ignored characters to the right of position 5 (the end of variable Type)&amp;nbsp;before variable color is read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the impact on the output? Some things are left for the user to figure out. A simple way to figure out what the impact on the output will be is to actually run the code.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-2-in-the-below-code/m-p/483120#M125249</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-01T17:18:41Z</dc:date>
    </item>
  </channel>
</rss>

