<?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 do I format so that I know what each variable means in the output table? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120926#M259727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Tabachneck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow, that was amazing. I never used the LABEL statement, so I am learning a new thing here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; As you can tell, I am very new with SAS, and I wish I knew these little things well enough so that I can just do it without having to ponder and ask around. Do you have any recommendations on how I can get better with SAS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;GF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 22:00:33 GMT</pubDate>
    <dc:creator>BytheLake</dc:creator>
    <dc:date>2013-01-09T22:00:33Z</dc:date>
    <item>
      <title>How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120922#M259723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am figuring out the mean for the variables ABD, NHD, NHJ and NHD, and I get their means in my output table. However, I want to format so that the table in the output has a separate column that indicates what ABD, NHD, NHJ and NHD stand for. I want to indicate so that ABD is for Monday, NHD is Tuesday, NHJ is for Wednesday and NHD is for Thursday. Each of ABD, NHD, NHJ and NHD is not categorized, and I do not plan to categorize (there is no need for that since all I need is the mean). How do I define (or format ) so that monday, tuesday and Wednesday and Thursday appear in a separate column on the output table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means data=____.____.;&lt;/P&gt;&lt;P&gt;var ABD NHD NHJ NHD;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 21:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120922#M259723</guid>
      <dc:creator>BytheLake</dc:creator>
      <dc:date>2013-01-09T21:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120923#M259724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You assign labels to the variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 21:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120923#M259724</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-01-09T21:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120924#M259725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that's what I need to do, but how do I code? I think I am using PROC FORMAT for this, but I have only used PROC FORMAT for variables with categories. What should be my code for assigning labels to a variable that is not categorized? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 21:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120924#M259725</guid>
      <dc:creator>BytheLake</dc:creator>
      <dc:date>2013-01-09T21:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120925#M259726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; label age='Monday';&lt;/P&gt;&lt;P&gt;&amp;nbsp; label height='Tuesday';&lt;/P&gt;&lt;P&gt;&amp;nbsp; label weight='Wednesday';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means data=class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var age height weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 21:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120925#M259726</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-01-09T21:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120926#M259727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Tabachneck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow, that was amazing. I never used the LABEL statement, so I am learning a new thing here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; As you can tell, I am very new with SAS, and I wish I knew these little things well enough so that I can just do it without having to ponder and ask around. Do you have any recommendations on how I can get better with SAS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;GF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120926#M259727</guid>
      <dc:creator>BytheLake</dc:creator>
      <dc:date>2013-01-09T22:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120927#M259728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do what you are doing, and read as much as you can from the various free sources like &lt;A href="http://www.sascommunity.org/wiki/Main_Page" title="http://www.sascommunity.org/wiki/Main_Page"&gt;http://www.sascommunity.org/wiki/Main_Page&lt;/A&gt;, here, SAS-L (&lt;A href="http://www.listserv.uga.edu/cgi-bin/wa?A0=sas-l&amp;amp;D=1&amp;amp;H=0&amp;amp;O=D&amp;amp;T=1&amp;amp;m=324214" title="http://www.listserv.uga.edu/cgi-bin/wa?A0=sas-l&amp;amp;D=1&amp;amp;H=0&amp;amp;O=D&amp;amp;T=1&amp;amp;m=324214"&gt;Archives of SAS-L@LISTSERV.UGA.EDU&amp;lt;/title&amp;gt;&amp;lt;style type="text/css"&amp;gt;&amp;lt;!--BODY { font-family: "Comic Sans MS",arial, helvetica, sans-serif; font-size: 14px; color: black; background-color: white; }TD, TH, FONT, .BOD { font-family: "Comic Sans MS", arial, helvetica, sans-serif; font-size: 14px; margin-left: 0px; margin-right: 0px; color: black; }SUP { font-family: courier,monospace; font-size: 12px; text-decoration: none; }KBD {font-family: courier,monospace;}PRE {font-family: courier,monospace;} .SMALL {font-size: 12px} .SMALLER {font-size: 10px} .LARGE {font-size: 16px} .LARGER {font-size: 18px} .FOOT {font-size: 12px; color: gray } .BLOCK { font-size: 12px; color: #555555; text-align: justify; } .FIXED { font-family: courier,monospaced; font-size:12pt }STRONG {font-weight: bold }EM { font-style: italic; }A:LINK { text-decoration: none; color: #0000FF; }A:VISITED { text-decoration: none; color: #0000FF; }A:ACTIVE { text-decoration: none; color: #0000FF; }A:HOVER { text-decoration: none; color: #ad080a; }H1 { font-size: 22px; }H2 { font-size: 20px; }H3 { font-size: 18px; }--&amp;gt;&amp;lt;/style&amp;gt;&amp;lt;!-- This is the top part for sub pages (topsub.html) 12/10/99 16:05 --&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;LISTSERV at the University of Georgia)&lt;/A&gt;, and the various papers that have been presented at the regional meetings, SUGI meetings, and Global Forum meetings (which you can find at: &lt;A href="http://lexjansen.com/" title="http://lexjansen.com/"&gt;http://lexjansen.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, reading as much as you can of the free documentation is also essential (see: &lt;A href="http://support.sas.com/documentation/" title="http://support.sas.com/documentation/"&gt;SAS Product Documentation)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, but not for free but quite useful, take a look at the various books by users that can be found at: &lt;A class="active_link" href="http://support.sas.com/publishing/" title="http://support.sas.com/publishing/"&gt;Welcome to the SAS Bookstore&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120927#M259728</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-01-09T22:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I format so that I know what each variable means in the output table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120928#M259729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I copied and pasted all your recommendation in my special electronic folder! You're so awesome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 22:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-format-so-that-I-know-what-each-variable-means-in-the/m-p/120928#M259729</guid>
      <dc:creator>BytheLake</dc:creator>
      <dc:date>2013-01-09T22:23:27Z</dc:date>
    </item>
  </channel>
</rss>

