<?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 Variable Label Displayed in Data Set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198442#M37167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am labeling variables with LABEL statement. It labels correctly but it is not shown in the data set.&lt;/P&gt;&lt;P&gt;What i mean - The variable label should be dispayed instead of variable name when i open data set. &lt;/P&gt;&lt;P&gt;Can both be displayed when someone point cursor on the variable? I am using SAS EG5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 14:45:11 GMT</pubDate>
    <dc:creator>Ujjawal</dc:creator>
    <dc:date>2015-08-13T14:45:11Z</dc:date>
    <item>
      <title>Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198442#M37167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am labeling variables with LABEL statement. It labels correctly but it is not shown in the data set.&lt;/P&gt;&lt;P&gt;What i mean - The variable label should be dispayed instead of variable name when i open data set. &lt;/P&gt;&lt;P&gt;Can both be displayed when someone point cursor on the variable? I am using SAS EG5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198442#M37167</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2015-08-13T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198443#M37168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In EG and Base SAS you can only have either the column name or the label displayed, you cannot have both. To see both, right-click on the table in the library, Properties, Columns. There you scroll right, and the labels would be shown on each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the settings to show labels instead of column names do this: Find Tools on the menu bar, then Options, look at the drop down screen.&lt;/P&gt;&lt;P&gt;Locate on the left Data,&amp;nbsp; Data General. Toward the middle,&amp;nbsp; Naming Options: check the box for&amp;nbsp; "Use labels for column names"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in SAS EG 6.1. Look for similar settings in 5.1, it should not be very different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198443#M37168</guid>
      <dc:creator>Kanna</dc:creator>
      <dc:date>2015-08-13T17:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198444#M37169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible via code to show labels instead of column names? Not all variables have variable label. Only selected variables have variable labels. I want to display variable label of these selected variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198444#M37169</guid>
      <dc:creator>Ujjawal</dc:creator>
      <dc:date>2015-08-13T18:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198445#M37170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to play with the options listed here,&lt;/P&gt;&lt;H1 class="title"&gt;How to View DICTIONARY Tables&lt;/H1&gt;&lt;P&gt; also ask SAS Tech support for help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p00cato8pe46ein1bjcimkkx6hzd.htm"&gt;http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p00cato8pe46ein1bjcimkkx6hzd.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198445#M37170</guid>
      <dc:creator>Kanna</dc:creator>
      <dc:date>2015-08-13T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198446#M37171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In EG, from the Tools menu, select options, then Data, then tick the box for "Use labels for column names". If you hover over the column heading it will tell you what the variable name is. If the variable does not have a label the variable name is shown instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to switch this on in code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 19:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/198446#M37171</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-13T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Label Displayed in Data Set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/592919#M170073</link>
      <description>&lt;P&gt;what would be the settings for sas version 9?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 04:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Label-Displayed-in-Data-Set/m-p/592919#M170073</guid>
      <dc:creator>kamna</dc:creator>
      <dc:date>2019-10-01T04:58:27Z</dc:date>
    </item>
  </channel>
</rss>

