<?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: Adding a pipe symbol to the end of a row in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65720#M18744</link>
    <description>Try this:&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  SET sashelp.class;&lt;BR /&gt;
  FILE OUT_FILE dlm=',';&lt;BR /&gt;
  put (_all_) (+0) +(-1) '|' ;&lt;BR /&gt;
run;</description>
    <pubDate>Tue, 25 Jan 2011 15:52:36 GMT</pubDate>
    <dc:creator>advoss</dc:creator>
    <dc:date>2011-01-25T15:52:36Z</dc:date>
    <item>
      <title>Adding a pipe symbol to the end of a row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65719#M18743</link>
      <description>I'm trying to add a pipe symbol to the end of each row.&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
	SET WORK.LeaveData;&lt;BR /&gt;
	FILE OUT_FILE dlm=',';&lt;BR /&gt;
	put (_all_) (+0) ('|') ;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 25 Jan 2011 15:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65719#M18743</guid>
      <dc:creator>nickb</dc:creator>
      <dc:date>2011-01-25T15:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a pipe symbol to the end of a row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65720#M18744</link>
      <description>Try this:&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  SET sashelp.class;&lt;BR /&gt;
  FILE OUT_FILE dlm=',';&lt;BR /&gt;
  put (_all_) (+0) +(-1) '|' ;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 25 Jan 2011 15:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65720#M18744</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2011-01-25T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a pipe symbol to the end of a row</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65721#M18745</link>
      <description>Great.  Thanks.</description>
      <pubDate>Tue, 25 Jan 2011 15:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Adding-a-pipe-symbol-to-the-end-of-a-row/m-p/65721#M18745</guid>
      <dc:creator>nickb</dc:creator>
      <dc:date>2011-01-25T15:54:02Z</dc:date>
    </item>
  </channel>
</rss>

