<?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: Proc Report about &amp;quot;\n&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942628#M369623</link>
    <description>thank u very much@!</description>
    <pubDate>Thu, 05 Sep 2024 01:55:50 GMT</pubDate>
    <dc:creator>Bill3</dc:creator>
    <dc:date>2024-09-05T01:55:50Z</dc:date>
    <item>
      <title>Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942255#M369505</link>
      <description>&lt;P&gt;data class; set sashelp.class sashelp.class; run; options nodate nonumber orientation=portrait missing=""; ods rtf file="yourpath.rtf" style=Journal; proc report data=class headline headskip nowd; run; ods rtf close;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bill3_0-1725349879307.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99886iA0EB4A1FDCA5FFDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bill3_0-1725349879307.png" alt="Bill3_0-1725349879307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After the proc report, there is a&amp;nbsp;forced line breaks (maybe "\n").&lt;/P&gt;&lt;P&gt;Is there a way to not output this line break in the proc report? Because&amp;nbsp;This will take up a row of space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 07:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942255#M369505</guid>
      <dc:creator>Bill3</dc:creator>
      <dc:date>2024-09-03T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942258#M369506</link>
      <description>&lt;P&gt;Try to use TAGSETS.RTF&amp;nbsp; + options(vsspace='no') :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class; 
set sashelp.class sashelp.class;
run; 
title;
ods tagsets.rtf text= 'xxxx';
options nodate nonumber orientation=portrait missing=""; 
ods tagsets.rtf file="c:\temp\temp.rtf"  style=Journal options(vsspace='no' CONTINUE_TAG='no'); 
proc report data=class headline headskip nowd; 
run; 
ods tagsets.rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Sep 2024 09:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942258#M369506</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-03T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942265#M369508</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I swear it's impossible to know about all the ODS options and capabilities unless you stumble upon them and save a note somewhere.&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;vsspace&lt;/CODE&gt; is not described on &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p19rpsb989jyadn1kgunyh4t8g0e.htm" target="_self"&gt;this&lt;/A&gt; page where it should be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS has grown over the years, especially after the tagsets came along. There are now multiple ways to do things, with each method having different abilities and limitations. SAS should clean this up, pick a destination that can do it all and let the other destinations become obsolete, and document that destination properly. The &lt;STRIKE&gt;worst&lt;/STRIKE&gt; most prolific is the relationship with Excel, as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt; briefly &lt;A href="https://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" target="_self"&gt;demonstrated&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 23:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942265#M369508</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-09-03T23:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942402#M369530</link>
      <description>Agree. But that might be a big obstacle for sas.&lt;BR /&gt;you can check all the option of tagsets.rtf by :&lt;BR /&gt;ods tagsets.rtf options(doc='help');&lt;BR /&gt;&lt;BR /&gt;Actually I learned this option vsspace='no' is from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; , I also have no time to go throught all these options of all these ODS destinations.</description>
      <pubDate>Wed, 04 Sep 2024 00:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942402#M369530</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-04T00:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942425#M369535</link>
      <description>&lt;P&gt;I need to output this RTF when making TLFs for FDA Submission. So, what is the difference between ods tagsets.rtf and ods rtf? What extra precautions should I take when using the&amp;nbsp;ods tagsets.rtf.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 05:17:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942425#M369535</guid>
      <dc:creator>Bill3</dc:creator>
      <dc:date>2024-09-04T05:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942426#M369536</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;There's no &lt;CODE class=" language-sas"&gt;vsspace&lt;/CODE&gt; in the help either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's this though:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; VSPACE: Default value is 'yes'.
      Current Value: on
      Usage: OPTIONS(VSPACE='yes')
      Description: 
        uses the PARSKIP event to place a space table in the document.
        'yes' and 'on' have the same action.
        Assigning 'no' or 'off' uses no PARSKIP table.&lt;/PRE&gt;
&lt;P&gt;which is hardly helpful. It might be the same as &lt;CODE class=" language-sas"&gt;vsspace&lt;/CODE&gt; who knows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's a mess. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942426#M369536</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-09-04T06:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942428#M369538</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/467356"&gt;@Bill3&lt;/a&gt;&amp;nbsp;See here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-versus-ODS-TAGSETS-RTF/td-p/17704" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-versus-ODS-TAGSETS-RTF/td-p/17704&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; details the differences.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942428#M369538</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-09-04T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942429#M369539</link>
      <description>Yes. It is the same option since the LOG did not complain it by WARNING or ERROR.&lt;BR /&gt;SAS has some intelligence to know those are the same option .</description>
      <pubDate>Wed, 04 Sep 2024 06:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942429#M369539</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-04T06:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942430#M369540</link>
      <description>&lt;P&gt;Mmm the usual message for fixing typos is not there, like&lt;/P&gt;
&lt;PRE id="pre_sasLog_106702" class="sasLog" style="background-color: transparent; -webkit-user-select: text; -webkit-user-modify: read-only; -webkit-touch-callout: default; border-top-width: 0px; border-bottom-width: 0px;"&gt;WARNING 1-322: Assuming the symbol RENAME was misspelled as RENAEM.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:13:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942430#M369540</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-09-04T06:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942432#M369542</link>
      <description>Yeah. Maybe "vsspace" is just alias of "vspace" which is not documentation in.&lt;BR /&gt;For example:  P= is same with PREDICTED= :&lt;BR /&gt;proc glm data=sashelp.class;&lt;BR /&gt;model weight=height;&lt;BR /&gt;output out=out predicted=pred;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;proc glm data=sashelp.class;&lt;BR /&gt;model weight=height;&lt;BR /&gt;output out=out p=pred;&lt;BR /&gt;quit;</description>
      <pubDate>Wed, 04 Sep 2024 06:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942432#M369542</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-04T06:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942433#M369543</link>
      <description>True. Fair point. If only there was some documentation to look this up...</description>
      <pubDate>Wed, 04 Sep 2024 06:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942433#M369543</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-09-04T06:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report about "\n"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942628#M369623</link>
      <description>thank u very much@!</description>
      <pubDate>Thu, 05 Sep 2024 01:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-about-quot-n-quot/m-p/942628#M369623</guid>
      <dc:creator>Bill3</dc:creator>
      <dc:date>2024-09-05T01:55:50Z</dc:date>
    </item>
  </channel>
</rss>

