<?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 print only labels (not var names) in PROC MEANS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388751#M65961</link>
    <description>&lt;P&gt;&lt;SPAN&gt;i want only labels how to suppress variables and print only labels in proc means?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 12:12:24 GMT</pubDate>
    <dc:creator>srinu99</dc:creator>
    <dc:date>2017-08-17T12:12:24Z</dc:date>
    <item>
      <title>How to print only labels (not var names) in PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388751#M65961</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i want only labels how to suppress variables and print only labels in proc means?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388751#M65961</guid>
      <dc:creator>srinu99</dc:creator>
      <dc:date>2017-08-17T12:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to print only labels (not var names) in PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388766#M65963</link>
      <description>&lt;P&gt;1) Using proc means options: NOPRINT and OUTPUT enables get computational printable output in a dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Use other procedure to create the desired report with any lablels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Alternatively, rename the variables to their label using convention like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rename=(alfa = 'First letter'n)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; and run proc means.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388766#M65963</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-17T12:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to print only labels (not var names) in PROC MEANS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388850#M65973</link>
      <description>&lt;P&gt;I strongly recommend &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/88384"&gt;@Shmuel&lt;/a&gt;'s first option: create a data set and then print with all of the control that Proc Print or another Report procedure has.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option, depending on your actual need from proc means is to use a different report procedure such as proc Report or Tabulate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a least favorite option is to modify the template for creating proc means output&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-only-labels-not-var-names-in-PROC-MEANS/m-p/388850#M65973</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-17T15:24:46Z</dc:date>
    </item>
  </channel>
</rss>

