<?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: Table Label in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74893#M21738</link>
    <description>Bob and Scott,&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for the help, and this worked perfectly. I really appreciate your time &lt;B&gt;IMMENSELY&lt;/B&gt;!!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
d</description>
    <pubDate>Tue, 13 Apr 2010 16:50:32 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-13T16:50:32Z</dc:date>
    <item>
      <title>Table Label</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74889#M21734</link>
      <description>I was wondering if anyone would be able to help me figure out how exactly to assign a label to a SAS data set I'm creating. If more/specific information is needed, I'll re-post at once, and thanks in advance for any/all help.&lt;BR /&gt;
&lt;BR /&gt;
d</description>
      <pubDate>Mon, 12 Apr 2010 17:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74889#M21734</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-12T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Label</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74890#M21735</link>
      <description>Look at the SAS DATA statement/option LABEL="&lt;YOUR label="" goes="" here=""&gt;".&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
assign sas dataset label site:sas.com&lt;/YOUR&gt;</description>
      <pubDate>Mon, 12 Apr 2010 18:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74890#M21735</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-12T18:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Label</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74891#M21736</link>
      <description>Scott,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply on that. I'd noted the LABEL="" statement, yet I'm honestly unsure where to put it in my program. If this helps, here's a basic look at my program:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data LibraryX.TABLEX;&lt;BR /&gt;
infile test.txt;&lt;BR /&gt;
format FIELD1 $20; format FIELD2 $30;&lt;BR /&gt;
informat FIELD1 $20; informat FIELD2 $30;&lt;BR /&gt;
input FIELD1 $&lt;BR /&gt;
        FIELD2 $;&lt;BR /&gt;
output; end; run;&lt;BR /&gt;
&lt;BR /&gt;
Would it be possible to look at that and tell me where (and how) that would go if I wanted to give my table (TABLEX) a label of "Data Table X"?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Again, thanks in advance, and I appreciate your time.&lt;BR /&gt;
d</description>
      <pubDate>Tue, 13 Apr 2010 14:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74891#M21736</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-13T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Label</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74892#M21737</link>
      <description>In this context, LABEL is a data set option. The general syntax is:&lt;BR /&gt;
&lt;BR /&gt;
DATA X.Y (LABEL='label'); &lt;BR /&gt;
&lt;BR /&gt;
In this particular case, you want:&lt;BR /&gt;
&lt;BR /&gt;
data LibraryX.TABLEX (LABEL='whatever');</description>
      <pubDate>Tue, 13 Apr 2010 15:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74892#M21737</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-13T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table Label</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74893#M21738</link>
      <description>Bob and Scott,&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for the help, and this worked perfectly. I really appreciate your time &lt;B&gt;IMMENSELY&lt;/B&gt;!!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
d</description>
      <pubDate>Tue, 13 Apr 2010 16:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Table-Label/m-p/74893#M21738</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-13T16:50:32Z</dc:date>
    </item>
  </channel>
</rss>

