<?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: text of variable wrapping to next line - any reason in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447807#M112564</link>
    <description>Use compress with the hex code for linefeed.&lt;BR /&gt;&lt;BR /&gt;coll=compress(coll,'0A'x);</description>
    <pubDate>Thu, 22 Mar 2018 14:58:26 GMT</pubDate>
    <dc:creator>gamotte</dc:creator>
    <dc:date>2018-03-22T14:58:26Z</dc:date>
    <item>
      <title>text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447783#M112552</link>
      <description>&lt;P&gt;I have a variable and the text of it looks fine if i look&lt;/P&gt;
&lt;P&gt;Randomisation:Parallel or cross-over?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if i copy that variable and paste it wraps to next line and not sure the reason and it only happens to 1 value of the variable&lt;/P&gt;
&lt;P&gt;Randomisation:&lt;BR /&gt;Parallel or cross-over?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tried reducing length but no use. any clue why it happens&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447783#M112552</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2018-03-22T14:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447789#M112556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do you copy your text from and where do you paste it ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447789#M112556</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2018-03-22T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447790#M112557</link>
      <description>&lt;P&gt;It is imported from excel and it was done "Alt tab" to make it to next line and this is causing problem&lt;/P&gt;
&lt;PRE&gt;data WORK.TEST;
  infile datalines dsd truncover;
  input _NAME_:$8. _LABEL_:$40. COL1:$1024. COL2:$1024.;
datalines4;
F1,F1,Trial,ID
F2,F2,,Trial name
F3,F3,,Sources
F4,F4,,Primary publication
F5,F5,,Trial number
F6,F6,Trial design,Objective
F7,F7,,Randomisation:
Parallel or cross-over?
F8,F8,,Setting
&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447790#M112557</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2018-03-22T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447799#M112561</link>
      <description>&lt;P&gt;Do you mean that "Alt-enter" was used in excel to introduce a line break in the cell value ?&lt;/P&gt;
&lt;P&gt;If so, it is normal that the pasted text contains a line break.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question does not seem to concern SAS language or software.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447799#M112561</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2018-03-22T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447801#M112562</link>
      <description>&lt;P&gt;My concern is i was trying it to make it strip but cannot do it, used compress and strip.&lt;/P&gt;
&lt;P&gt;What needs to be done to strip it?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447801#M112562</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2018-03-22T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: text of variable wrapping to next line - any reason</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447807#M112564</link>
      <description>Use compress with the hex code for linefeed.&lt;BR /&gt;&lt;BR /&gt;coll=compress(coll,'0A'x);</description>
      <pubDate>Thu, 22 Mar 2018 14:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-of-variable-wrapping-to-next-line-any-reason/m-p/447807#M112564</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2018-03-22T14:58:26Z</dc:date>
    </item>
  </channel>
</rss>

