<?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: Missover vs Truncover in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133228#M295309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the case when you try to read 10 characters (for example when using $10. informat) into variable NAME and there are only 5 left on the line. With MISSOVER the NAME will be missing, but with TRUNCOVER the five characters will be used as the value of NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MISSOVER should normally never be used. Exception might be when you know that if the value is short it will be invalid (say a phone number or zip code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will frequently see programs coded to use MISSOVER and PAD.&amp;nbsp;&amp;nbsp; This is result of old programs (or old habits) from before the TRUNCOVER option was added.&amp;nbsp; When you combine MISSOVER and PAD then you will get the same results as TRUNCOVER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 May 2013 18:37:25 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2013-05-06T18:37:25Z</dc:date>
    <item>
      <title>Missover vs Truncover</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133224#M295305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its very confusing to understand the difference between these two. Can some one explain their difference and usage with a good example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 11:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133224#M295305</guid>
      <dc:creator>rohitguptaecb</dc:creator>
      <dc:date>2013-03-13T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missover vs Truncover</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133225#M295306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link and you are done &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.nesug.org/proceedings/nesug01/at/at1sa1.pdf" title="http://www.nesug.org/proceedings/nesug01/at/at1sa1.pdf"&gt;http://www.nesug.org/proceedings/nesug01/at/at1sa1.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Daman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 11:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133225#M295306</guid>
      <dc:creator>damanaulakh88</dc:creator>
      <dc:date>2013-03-13T11:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missover vs Truncover</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133226#M295307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as the words indicate, MissOver will set &lt;SPAN style="text-decoration: underline;"&gt;missing&lt;/SPAN&gt; if given data do not match SAS instruction (e.g. INPUT statement); TruncOver will &lt;SPAN style="text-decoration: underline;"&gt;truncate&lt;/SPAN&gt; data according to SAS instruction. Missover is best used when you have missing at the END column of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 18:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133226#M295307</guid>
      <dc:creator>ping</dc:creator>
      <dc:date>2013-03-13T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missover vs Truncover</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133227#M295308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link, I wish I had read that paper before the certification exam. I missed a question regarding truncover!&lt;/P&gt;&lt;P&gt;SAS also has brief description of difference here: &lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a002645812.htm"&gt;http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a002645812.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 15:08:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133227#M295308</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2013-05-06T15:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missover vs Truncover</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133228#M295309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the case when you try to read 10 characters (for example when using $10. informat) into variable NAME and there are only 5 left on the line. With MISSOVER the NAME will be missing, but with TRUNCOVER the five characters will be used as the value of NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MISSOVER should normally never be used. Exception might be when you know that if the value is short it will be invalid (say a phone number or zip code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will frequently see programs coded to use MISSOVER and PAD.&amp;nbsp;&amp;nbsp; This is result of old programs (or old habits) from before the TRUNCOVER option was added.&amp;nbsp; When you combine MISSOVER and PAD then you will get the same results as TRUNCOVER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 18:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Missover-vs-Truncover/m-p/133228#M295309</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-05-06T18:37:25Z</dc:date>
    </item>
  </channel>
</rss>

