<?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: Line separator formatting on proc tabulate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Line-separator-formatting-on-proc-tabulate/m-p/536415#M147413</link>
    <description>&lt;P&gt;Set line color to white in style(header) for those you do not want to see:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/stylesinprocs.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Feb 2019 09:35:30 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2019-02-18T09:35:30Z</dc:date>
    <item>
      <title>Line separator formatting on proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-separator-formatting-on-proc-tabulate/m-p/536392#M147402</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following SAS codes for proc tabulate:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;TITLE j=left "Jadual 5.1: Jumlah penduduk mengikut taraf perkahwinan, kumpulan umur, jantina dan negeri, Malaysia, 2010";
Title2 font=bold italic j=left "Table 5.1: Total population by marital status, age group, sex and state, Malaysia, 2010";
title3 j=left " ";
title4 j=left "Jumlah:Malaysia";
Title5 font=bold italic j=left "Total";
ods escapechar='^';

proc tabulate data=work.table5dot1 class AGE_GROUP GENDER Marital_status1;
	var ID;
	table (GENDER={LABEL=' '} ALL='Grand Total') * (AGE_GROUP={LABEL=' '} 
		ALL='Jumlah ^S={font_style=italic}/ Total'), 
		ALL='Jumlah ^S={font_style=italic}/ Total' 
		Marital_status1='Taraf Perkahwinan
	^S={font_style=italic} / Marital status' / 
		Box='Jantina dan kumpulan umur ^S={font_style=italic} / Sex and age group';
	keylabel N=' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This gives me the following result:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Proc tabulate.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27248i52C314B21A564DA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Proc tabulate.PNG" alt="Proc tabulate.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I need the line separator for the body of the table to be eliminated and only two lines should be there for the heading as per the following table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proc tabulate result.PNG" style="width: 564px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27249i311104FFAE729445/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc tabulate result.PNG" alt="proc tabulate result.PNG" /&gt;&lt;/span&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me to format this in order to get the output as the above table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 08:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-separator-formatting-on-proc-tabulate/m-p/536392#M147402</guid>
      <dc:creator>sheren_deep1</dc:creator>
      <dc:date>2019-02-18T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line separator formatting on proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Line-separator-formatting-on-proc-tabulate/m-p/536415#M147413</link>
      <description>&lt;P&gt;Set line color to white in style(header) for those you do not want to see:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/stylesinprocs.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 09:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Line-separator-formatting-on-proc-tabulate/m-p/536415#M147413</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2019-02-18T09:35:30Z</dc:date>
    </item>
  </channel>
</rss>

