<?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: Fomatting in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299467#M63172</link>
    <description>&lt;P&gt;Post the offending code and the log that was created, so we can see the exact nature of the ERROR message.&lt;/P&gt;
&lt;P&gt;Use the "little running man" and {i} buttons for posting code and log, respectively, as it is then nicely formatted.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 07:01:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-09-20T07:01:54Z</dc:date>
    <item>
      <title>Fomatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299364#M63105</link>
      <description>&lt;P&gt;How to remove leading and trailing spaces from excel fine?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 19:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299364#M63105</guid>
      <dc:creator>aniketwagare0</dc:creator>
      <dc:date>2016-09-19T19:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fomatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299380#M63119</link>
      <description>&lt;P&gt;Yeah, that's not nearly enough information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you reading in a file or creating a file? How are you doing this? Is it a variable or from a procedure...etc etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide more details if you want an answer.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 19:48:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299380#M63119</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-19T19:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fomatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299381#M63120</link>
      <description>&lt;P&gt;If this is data that has been imported into SAS then in a data step:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; var=strip(var);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will work for one variable. If you have many variables then an array may be best:&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; array c _character_;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do i=1 to dim(c);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c[i]=strip(c[i]);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 19:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299381#M63120</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-19T19:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fomatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299385#M63122</link>
      <description>I have one excel file with me. I want to proceed with it by applying few Base SAS operation. Because of space it shows error. I want to remove each cell leading and trailing spaces.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2016 19:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299385#M63122</guid>
      <dc:creator>aniketwagare0</dc:creator>
      <dc:date>2016-09-19T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fomatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299467#M63172</link>
      <description>&lt;P&gt;Post the offending code and the log that was created, so we can see the exact nature of the ERROR message.&lt;/P&gt;
&lt;P&gt;Use the "little running man" and {i} buttons for posting code and log, respectively, as it is then nicely formatted.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 07:01:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Fomatting/m-p/299467#M63172</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-09-20T07:01:54Z</dc:date>
    </item>
  </channel>
</rss>

