<?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: Append text? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56189#M11988</link>
    <description>Sorry , forgot to mention that this MSG_txt will be a column of the table.</description>
    <pubDate>Tue, 27 Jul 2010 18:48:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-07-27T18:48:31Z</dc:date>
    <item>
      <title>Append text?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56187#M11986</link>
      <description>Hi!&lt;BR /&gt;
&lt;BR /&gt;
If I have a text 'Cust name is john smith'. the second time when i process I find that there is some more information that can be added - ' Cust name is john smith . did some cash transaction' . Can I just append the last line  'did some cash transaction' to the initial text? Or will I have to replace the initial text? &lt;BR /&gt;
&lt;BR /&gt;
The reason I am asking is there is a lot of pre-processing involved to come up with the text, say there are 100 triggers. Now when only one more trigger is added, I have to append this information. It would be easier to append information so that I will not have to collect the information corresponding to the first 100 triggers in addition to this new one. But if we cannot append text in SAS I will have to collect every single info again&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 27 Jul 2010 17:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56187#M11986</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-27T17:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Append text?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56188#M11987</link>
      <description>Is this sas table column or title/footnote of the report ?</description>
      <pubDate>Tue, 27 Jul 2010 18:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56188#M11987</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-27T18:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Append text?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56189#M11988</link>
      <description>Sorry , forgot to mention that this MSG_txt will be a column of the table.</description>
      <pubDate>Tue, 27 Jul 2010 18:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56189#M11988</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-27T18:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Append text?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56190#M11989</link>
      <description>Given your prior post, I suspect that this is a SAS CHARACTER type variable you are working with here - please confirm?  If yes, look at using the CATT function (one of the concatenate functions) in a SAS assignment statement within a DATA step.  You will likely use something like CATT or CATS and you will probably append your additional data to an existing SAS variable, based on some IF &lt;CONDITION&gt; / THEN &lt;ASSIGNMENT&gt;;   code.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
cat function site:sas.com&lt;/ASSIGNMENT&gt;&lt;/CONDITION&gt;</description>
      <pubDate>Tue, 27 Jul 2010 18:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-text/m-p/56190#M11989</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-07-27T18:50:18Z</dc:date>
    </item>
  </channel>
</rss>

