<?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: How to: print out the analysis variable table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813375#M321009</link>
    <description>hi, no. That was a sample given to me and now I am trying to get that for my data.</description>
    <pubDate>Sun, 15 May 2022 14:55:56 GMT</pubDate>
    <dc:creator>Ngo99</dc:creator>
    <dc:date>2022-05-15T14:55:56Z</dc:date>
    <item>
      <title>How to: print out the analysis variable table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813372#M321006</link>
      <description>&lt;P&gt;Hi, I am trying to view the analysis variable table to check on both the skewness and kurtosis of a graph I am trying to print. May I please know the code to use to print out this specific table below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (484).png" style="width: 998px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71440i163FCAB1B7156857/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (484).png" alt="Screenshot (484).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 13:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813372#M321006</guid>
      <dc:creator>Ngo99</dc:creator>
      <dc:date>2022-05-15T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to: print out the analysis variable table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813373#M321007</link>
      <description>&lt;P&gt;Do you mean print on paper? Because it seems as if you have already printed to a file. Can you explain further?&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 14:38:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813373#M321007</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-15T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to: print out the analysis variable table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813375#M321009</link>
      <description>hi, no. That was a sample given to me and now I am trying to get that for my data.</description>
      <pubDate>Sun, 15 May 2022 14:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813375#M321009</guid>
      <dc:creator>Ngo99</dc:creator>
      <dc:date>2022-05-15T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to: print out the analysis variable table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813379#M321010</link>
      <description>&lt;P&gt;There are multiple ways. One approach is to use proc means. The following code helps you to get the information. I am using the sashelp.class dataset and doing it for one variable. For more details read the SAS documentation on proc means.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=sashelp.class (Keep=Age) MEAN STD MIN MAX  MEDIAN N NMISS STDERR CV KURTOSIS SKEWNESS MEDIAN ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The output will be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajid01_0-1652632485294.png" style="width: 755px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71441iFE0FF7CBA8DB0C38/image-dimensions/755x123?v=v2" width="755" height="123" role="button" title="Sajid01_0-1652632485294.png" alt="Sajid01_0-1652632485294.png" /&gt;&lt;/span&gt;Last but not the least, a new user should not hesitate to seek help from peers in the organization and should read basic books on SAS.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 16:36:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813379#M321010</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-05-15T16:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to: print out the analysis variable table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813385#M321015</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/423579"&gt;@Ngo99&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;hi, no. That was a sample given to me and now I am trying to get that for my data.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You could ask that person how the output was created, and do the same.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 19:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-print-out-the-analysis-variable-table/m-p/813385#M321015</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-15T19:57:50Z</dc:date>
    </item>
  </channel>
</rss>

