<?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 Concatenating a letter when exporting in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165694#M12743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I would like to know how can I add a letter to the PUT statement below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt; infile test ;&lt;BR /&gt;&amp;nbsp; file '/sas/sasdata/FOLDER/FILE.txt';&lt;BR /&gt; input;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;/*Here I need to add the letter D + the content so it would be like&lt;SPAN style="color: #ff0000;"&gt; PUT 'D' || _infile_;&lt;/SPAN&gt; but it doenst work */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;put _infile_; &lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it is pretty basic put I'm struggling to find a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 15:08:11 GMT</pubDate>
    <dc:creator>danfavero</dc:creator>
    <dc:date>2014-09-30T15:08:11Z</dc:date>
    <item>
      <title>Concatenating a letter when exporting</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165694#M12743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I would like to know how can I add a letter to the PUT statement below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt; infile test ;&lt;BR /&gt;&amp;nbsp; file '/sas/sasdata/FOLDER/FILE.txt';&lt;BR /&gt; input;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;/*Here I need to add the letter D + the content so it would be like&lt;SPAN style="color: #ff0000;"&gt; PUT 'D' || _infile_;&lt;/SPAN&gt; but it doenst work */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;put _infile_; &lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it is pretty basic put I'm struggling to find a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165694#M12743</guid>
      <dc:creator>danfavero</dc:creator>
      <dc:date>2014-09-30T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a letter when exporting</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165695#M12744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the _infile_ option to the INFILE statement so you have a variable to manipulate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infile test _infile_=tvar;&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;tvar='D'||tvar;&lt;/P&gt;&lt;P&gt;put tvar;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165695#M12744</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-09-30T15:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a letter when exporting</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165696#M12745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace : PUT 'D' || _infile_;&amp;nbsp; with put 'D' _infile_;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 17:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenating-a-letter-when-exporting/m-p/165696#M12745</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2014-09-30T17:46:21Z</dc:date>
    </item>
  </channel>
</rss>

