<?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: Remove &amp;quot;Table of Variable1 by Variable2&amp;quot; Title in 2-by-2 Cross-Tabulation in PROC FREQ in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165074#M42760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="811211" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: Take a look at: &lt;A href="http://support.sas.com/resources/papers/freq92.pdf" title="http://support.sas.com/resources/papers/freq92.pdf"&gt;http://support.sas.com/resources/papers/freq92.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 23:09:29 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2014-09-29T23:09:29Z</dc:date>
    <item>
      <title>Remove "Table of Variable1 by Variable2" Title in 2-by-2 Cross-Tabulation in PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165073#M42759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you run the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc freq&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; data = sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; tables age * sex;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find that the output table contains the title "&lt;STRONG&gt;Table of Age by Sex&lt;/STRONG&gt;".&amp;nbsp; How can I remove this title?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried playing around with the "title" statement and searching on Google and this forum, but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 23:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165073#M42759</guid>
      <dc:creator>EricCai</dc:creator>
      <dc:date>2014-09-29T23:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Table of Variable1 by Variable2" Title in 2-by-2 Cross-Tabulation in PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165074#M42760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="811211" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: Take a look at: &lt;A href="http://support.sas.com/resources/papers/freq92.pdf" title="http://support.sas.com/resources/papers/freq92.pdf"&gt;http://support.sas.com/resources/papers/freq92.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 23:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165074#M42760</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-09-29T23:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Table of Variable1 by Variable2" Title in 2-by-2 Cross-Tabulation in PROC FREQ</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165075#M42761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Art,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link.&amp;nbsp; I solved my problem by modifying the template's code as given in the appendix.&amp;nbsp; I also wanted my table to display only the variables' labels, not their names.&amp;nbsp; Here are the steps that I took:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the chunk of code starting from "delete TableOf" to its own end.&amp;nbsp; Also, delete "TableOf" in the header statement within the first definition for crosstabs.&amp;nbsp; This will rid the annoying "Table of Var1 by Var2" title.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the relevant parts (_ROW_NAME_ or _ROW_LABEL_) in the definition of the RowsHeader and the ColsHeader to control the display of the variable name or label in the row/column.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run this template before every analysis SAS script.&amp;nbsp; I have a separate file for my library names and other SAS formatting options (like PROC FORMAT or &lt;A href="http://chemicalstatistician.wordpress.com/2014/06/24/useful-options-for-every-sas-program/"&gt;clearing my log, output window, and results viewer&lt;/A&gt;), and I have added the code for this template (with my modifications) into that file.&amp;nbsp; I then use the %include statement to run this file in my actual analysis SAS script.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help, Art!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 18:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Remove-quot-Table-of-Variable1-by-Variable2-quot-Title-in-2-by-2/m-p/165075#M42761</guid>
      <dc:creator>EricCai</dc:creator>
      <dc:date>2014-10-01T18:36:15Z</dc:date>
    </item>
  </channel>
</rss>

