<?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: DATA Step labels in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567743#M11575</link>
    <description>&lt;P&gt;Your data step is confusing.&amp;nbsp; You are creating a new dataset by setting an existing dataset. And you are also writing lines to a text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What part of it needs labels?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 19:49:43 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-06-20T19:49:43Z</dc:date>
    <item>
      <title>DATA Step labels</title>
      <link>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567735#M11573</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to add label titles to a data proc. Any help is appreciated thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data printe (keep=sdate t1_ts t2_ts t3_ts t4_ts t5_ts uow&lt;BR /&gt;recpname recpback maxrcrsn&lt;BR /&gt;t2_t1 t3_t2 t4_t3 t5_t4 t5_t1 intfbe&lt;BR /&gt;entries );&lt;BR /&gt;set recpresp;&lt;BR /&gt;file recpdtl noprint;&lt;BR /&gt;put @1 recpname $20.&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/105043"&gt;@23&lt;/a&gt; t1_ts time13.4&lt;BR /&gt;@38 t5_ts time13.4&lt;BR /&gt;@52 t5_t1 9.5&lt;BR /&gt;@63 entries $2.&lt;BR /&gt;@68 uow $12.&lt;BR /&gt;@81 recpback $10.&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202686"&gt;@91&lt;/a&gt; maxrcrsn $4.&lt;BR /&gt;@95 t2_t1 9.5&lt;BR /&gt;@103 t3_t2 9.5&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28935"&gt;@111&lt;/a&gt; t4_t3 9.5&lt;BR /&gt;@119 t5_t4 9.5&lt;BR /&gt;@131 intfbe $30.&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567735#M11573</guid>
      <dc:creator>IanW</dc:creator>
      <dc:date>2019-06-20T19:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: DATA Step labels</title>
      <link>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567742#M11574</link>
      <description>&lt;P&gt;SAS works in&amp;nbsp;&lt;EM&gt;steps&lt;/EM&gt;. The steps can either be data or procedure (proc) steps. Wich means there is no data proc in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to assign a label to the dataset created by the data step, or to variables in that dataset? Both is possible.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data new (label='Dataset Label');
set xx;
label
  a = 'Label for Variable A'
;
........
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567742#M11574</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-20T19:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: DATA Step labels</title>
      <link>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567743#M11575</link>
      <description>&lt;P&gt;Your data step is confusing.&amp;nbsp; You are creating a new dataset by setting an existing dataset. And you are also writing lines to a text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What part of it needs labels?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/DATA-Step-labels/m-p/567743#M11575</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-20T19:49:43Z</dc:date>
    </item>
  </channel>
</rss>

