<?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: when I use split=',' or split='|', they display the same thing, I cannot see the difference. why in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915628#M11216</link>
    <description>no, i just want to test split.</description>
    <pubDate>Mon, 12 Feb 2024 17:29:33 GMT</pubDate>
    <dc:creator>tianerhu</dc:creator>
    <dc:date>2024-02-12T17:29:33Z</dc:date>
    <item>
      <title>when I use split=',' or split='|', they display the same thing, I cannot see the difference. why ?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915618#M11214</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data example_data;
  input category $ description $ amount;
  datalines;
A Product1 100
B Product2 150
C Product32 00
;
run;

ods rtf file='C/report_F.rtf';

proc report data=example_data &lt;FONT color="#FF0000"&gt;split='|'&lt;/FONT&gt;
  style=[outputwidth=100%]
  style(header)=[just=c backgroundcolor=black bordertopcolor=black
  borderbottomcolor=white background=_undef_]
  style(report)=[bordertopcolor=white borderbottomcolor=white];

  columns category description amount;

  define category / order;
  define description / "Description" style(column)=[just=l cellwidth=50%];
  define amount / "Amount" style(column)=[just=l cellwidth=30%];

run;

ods rtf close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915618#M11214</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2024-02-12T17:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: when I use split=',' or split='|', they display the same thing, I cannot see the difference. why</title>
      <link>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915622#M11215</link>
      <description>&lt;P&gt;Your example has neither / nor , so it does not actually provide a test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you talking about how to wrap text in a cell when writing to an ODS output destination instead of just created a normal fixed width text output of the normal LISTING (Output Window) output?&amp;nbsp; I am not sure if ODS uses the SPLIT= option.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915622#M11215</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-02-12T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: when I use split=',' or split='|', they display the same thing, I cannot see the difference. why</title>
      <link>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915628#M11216</link>
      <description>no, i just want to test split.</description>
      <pubDate>Mon, 12 Feb 2024 17:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/when-I-use-split-or-split-they-display-the-same-thing-I-cannot/m-p/915628#M11216</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2024-02-12T17:29:33Z</dc:date>
    </item>
  </channel>
</rss>

