<?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: help! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205971#M306441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NUM is most likely the order of the variable in the table.&lt;/P&gt;&lt;P&gt;NAME is the variable name. This is the value you use in your programs to reference variable.&lt;/P&gt;&lt;P&gt;TYPE tells if the variable is a fixed length character string or floating point number.&lt;/P&gt;&lt;P&gt;LENGTH is really only useful for character variables as it sets the maximum length.&lt;/P&gt;&lt;P&gt;FORMAT is how the data is displayed. The first variable is using the Z4. format so values will be displayed with 4 digits with leading zeros.&amp;nbsp; The $2. format attached to the character variable is not really needed as it does not change the default behavior. The other variables have custom or user formats attached.&amp;nbsp; You will need to find separate documentation for how those are defined.&lt;/P&gt;&lt;P&gt;INFORMAT is how input is converted, does not normally matter for existing data since you will not be reading in new data from a raw text file.&lt;/P&gt;&lt;P&gt;LABEL is just with is says. It is a label that is applied to the variable. It is normally displayed in reports and to help the user understand what the variable means.&amp;nbsp; Your guess is probably better than ours what the labels mean in the context of the data you are being provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 17:11:18 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2015-08-24T17:11:18Z</dc:date>
    <item>
      <title>help!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205967#M306437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset that was made on sas and now its handed to me in the sas coded form on pdf with the column names as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in interpreting this data. What do the labels mean and how do i interpret it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Num&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Variable&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Len&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Format&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Informat&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Label&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;NEWID&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Num&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Z4.&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Patient ID (Pseudonym)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;VISIT&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Char&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;$2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;$2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;VISIT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;FORM13ND&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Num&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NOTDONE&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;FORM 13 NOT DONE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CHOLOWO&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Num&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;YN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;fm13q01a: Cholesterol lowering (e.g. statin) on-going&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CHOLOWN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Num&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;YN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;fm13q01b: Cholesterol lowering (e.g. statin) newly prescribed&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:38:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help/m-p/205967#M306437</guid>
      <dc:creator>ayeshasiddique</dc:creator>
      <dc:date>2015-08-24T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: help!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205968#M306438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please review the guidelines on how to frame a question:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="2263" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://communities.sas.com/" modifiedtitle="true" title="How to ask a question in SAS Support Communities?"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say labels, what are you referring to, the column label or the column names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the label column it is the Variable Label that is viewed in the SAS data set.&lt;/P&gt;&lt;P&gt;A SAS variable has a variable name NEWID, and that variable has a descriptive label Patient ID (Pseudonym).&amp;nbsp; The variable label is useful for presentation and describing the variable contents. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help/m-p/205968#M306438</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-24T16:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: help!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205969#M306439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;so sorry for not making this clear. i mean to ask what do each column headings mean. and what does the data in each column mean?&lt;/P&gt;&lt;P&gt;I know the meaning of &lt;/P&gt;&lt;P&gt;num&lt;/P&gt;&lt;P&gt;variable&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;Label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what do the following mean? &lt;/P&gt;&lt;P&gt;Len&lt;/P&gt;&lt;P&gt;Format&lt;/P&gt;&lt;P&gt;Informat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the data in these columns seems coded...i need help in interpreting that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:08:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help/m-p/205969#M306439</guid>
      <dc:creator>ayeshasiddique</dc:creator>
      <dc:date>2015-08-24T16:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: help!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205970#M306440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The information you post looks to be a description of the variables in a dataset. Label in this case is the text that describes (hopefully) the contents of the associated variable. This label text will appear in many procedures when the variable is used.&lt;/P&gt;&lt;P&gt;From what I see you have as example: your data set has a variable named CHOLOWO, which is how to refer to it in code, that is numeric, has an associated format named YN, which I would guess is two valued likely 1 and 0, and is a flag that indicates whether the patient identified with NEWID had been prescribed a statin prior to this visit and likely the information is collected on a Form 13 as question 1, field A (complete guess: first check box for question 1 was checked/unchecked).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help/m-p/205970#M306440</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-24T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: help!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/help/m-p/205971#M306441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NUM is most likely the order of the variable in the table.&lt;/P&gt;&lt;P&gt;NAME is the variable name. This is the value you use in your programs to reference variable.&lt;/P&gt;&lt;P&gt;TYPE tells if the variable is a fixed length character string or floating point number.&lt;/P&gt;&lt;P&gt;LENGTH is really only useful for character variables as it sets the maximum length.&lt;/P&gt;&lt;P&gt;FORMAT is how the data is displayed. The first variable is using the Z4. format so values will be displayed with 4 digits with leading zeros.&amp;nbsp; The $2. format attached to the character variable is not really needed as it does not change the default behavior. The other variables have custom or user formats attached.&amp;nbsp; You will need to find separate documentation for how those are defined.&lt;/P&gt;&lt;P&gt;INFORMAT is how input is converted, does not normally matter for existing data since you will not be reading in new data from a raw text file.&lt;/P&gt;&lt;P&gt;LABEL is just with is says. It is a label that is applied to the variable. It is normally displayed in reports and to help the user understand what the variable means.&amp;nbsp; Your guess is probably better than ours what the labels mean in the context of the data you are being provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/help/m-p/205971#M306441</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-08-24T17:11:18Z</dc:date>
    </item>
  </channel>
</rss>

