<?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: avoiding extra space when using CATQ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816404#M322238</link>
    <description>&lt;P&gt;Are you trying to make a name literal.&amp;nbsp; There is a function for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;45         data _null_;
46         y='Provider Name ';
47         y1=catq('1T',y,'n');
48         nl = nliteral(y);
49         put y= y1= nl=;
50         run;

y=Provider Name y1='Provider Name' n nl="Provider Name"N&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 19:36:58 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2022-06-03T19:36:58Z</dc:date>
    <item>
      <title>avoiding extra space when using CATQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816399#M322235</link>
      <description>&lt;P&gt;How can I remove the space before the "n" in the variable y1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data x;&lt;BR /&gt;y='Provider Name ';&lt;BR /&gt;y1=catq('1T',y,'n');&lt;BR /&gt;put y= y1=;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 19:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816399#M322235</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2022-06-03T19:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: avoiding extra space when using CATQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816402#M322236</link>
      <description>&lt;P&gt;From the documentation of the CATQ function:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you do not use the C, D, or H modifiers, CATQ uses a blank as a delimiter.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 19:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816402#M322236</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-06-03T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: avoiding extra space when using CATQ</title>
      <link>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816404#M322238</link>
      <description>&lt;P&gt;Are you trying to make a name literal.&amp;nbsp; There is a function for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;45         data _null_;
46         y='Provider Name ';
47         y1=catq('1T',y,'n');
48         nl = nliteral(y);
49         put y= y1= nl=;
50         run;

y=Provider Name y1='Provider Name' n nl="Provider Name"N&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 19:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/avoiding-extra-space-when-using-CATQ/m-p/816404#M322238</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2022-06-03T19:36:58Z</dc:date>
    </item>
  </channel>
</rss>

