<?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 How to add a header common to several variables using proc odstable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-add-a-header-common-to-several-variables-using-proc/m-p/625466#M30110</link>
    <description>&lt;P&gt;How to get a header common to several variables using proc odstable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With proc report no issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
    column name ('Results' height weight);
    define name / display ' ' ;
    define height / display 'Height';
    define weight / display 'Weight';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;But with proc odstable...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc odstable data=sashelp.class;
    column name ('Results' height weight);
    *column name height weight;
    define name;
        header=' ';
    end;
    define height;
        header='Height';
    end;
    define weight;
        header='Weight';
    end;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm looking for a solution because of useful footer features of proc odstable I would like to keep.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Véronique&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 22:14:34 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2020-02-17T22:14:34Z</dc:date>
    <item>
      <title>How to add a header common to several variables using proc odstable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-add-a-header-common-to-several-variables-using-proc/m-p/625466#M30110</link>
      <description>&lt;P&gt;How to get a header common to several variables using proc odstable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With proc report no issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
    column name ('Results' height weight);
    define name / display ' ' ;
    define height / display 'Height';
    define weight / display 'Weight';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;But with proc odstable...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc odstable data=sashelp.class;
    column name ('Results' height weight);
    *column name height weight;
    define name;
        header=' ';
    end;
    define height;
        header='Height';
    end;
    define weight;
        header='Weight';
    end;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm looking for a solution because of useful footer features of proc odstable I would like to keep.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Véronique&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 22:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-add-a-header-common-to-several-variables-using-proc/m-p/625466#M30110</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2020-02-17T22:14:34Z</dc:date>
    </item>
  </channel>
</rss>

