<?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 Help me with the bug in the field in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113580#M23412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached file contains one column and 25 rows. The length of the string in the column is 16, but the format is given as $30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to export the dataset into .csv or any other format, the strings get broken into two parts and make 50 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some please help me exporting the string intact ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Contact number is +91 - 9711913925&lt;/P&gt;&lt;P&gt;Skype id is rajat.musigma&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;email - &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:rajatagarwalismd@gmail.com"&gt;rajatagarwalismd@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2012 11:09:17 GMT</pubDate>
    <dc:creator>rajat_sas</dc:creator>
    <dc:date>2012-07-20T11:09:17Z</dc:date>
    <item>
      <title>Help me with the bug in the field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113580#M23412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached file contains one column and 25 rows. The length of the string in the column is 16, but the format is given as $30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to export the dataset into .csv or any other format, the strings get broken into two parts and make 50 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some please help me exporting the string intact ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Contact number is +91 - 9711913925&lt;/P&gt;&lt;P&gt;Skype id is rajat.musigma&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;email - &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:rajatagarwalismd@gmail.com"&gt;rajatagarwalismd@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 11:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113580#M23412</guid>
      <dc:creator>rajat_sas</dc:creator>
      <dc:date>2012-07-20T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the bug in the field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113581#M23413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You appear to have an embedded linefeed ( ''0A'x ) in each string.&amp;nbsp; That is why it is displaying as two line on the export ('0A'x is the end-of-line character in Unix and many PC programs also interpret it that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;303038363538313332300A3130323930&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;If the hex output for your first line of data (note the '0A').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;Doc Muhlbaier&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Times New Roman','serif'; color: black;"&gt;Duke&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 12:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113581#M23413</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-07-20T12:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the bug in the field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113582#M23414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the insight. I was expecting something like an "Enter key" embedded within the string. It very much explains the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me a way to remove this &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;( ''0A'x ) &lt;/SPAN&gt;from the string, as I need to extract data in the intact form ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, could you please help me how to get the hexadecimal of the string/number in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 13:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113582#M23414</guid>
      <dc:creator>rajat_sas</dc:creator>
      <dc:date>2012-07-20T13:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help me with the bug in the field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113583#M23415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the hex representation of a character string, I simply applied the $hex format to it.&amp;nbsp; You can read about that in the documentaiton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the control characters from a string, use the COMPRESS function.&amp;nbsp; See&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/028-31.pdf" title="http://www2.sas.com/proceedings/sugi31/028-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/028-31.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or the documentation for exact syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-me-with-the-bug-in-the-field/m-p/113583#M23415</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-07-20T14:43:13Z</dc:date>
    </item>
  </channel>
</rss>

