<?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 to print the observation no in to seperate data set in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-the-observation-no-in-to-seperate-data-set/m-p/5873#M2374</link>
    <description>you can use _N_ see my example:&lt;BR /&gt;
&lt;BR /&gt;
       data work.teste;&lt;BR /&gt;
	format obsno 8.;&lt;BR /&gt;
	set sashelp.class;&lt;BR /&gt;
	obsno=_N_;&lt;BR /&gt;
       run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i hope this help</description>
    <pubDate>Wed, 12 Dec 2007 11:01:29 GMT</pubDate>
    <dc:creator>BrunoSilva</dc:creator>
    <dc:date>2007-12-12T11:01:29Z</dc:date>
    <item>
      <title>How to print the observation no in to seperate data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-the-observation-no-in-to-seperate-data-set/m-p/5872#M2373</link>
      <description>hi ,&lt;BR /&gt;
my data like this...&lt;BR /&gt;
name rno marks&lt;BR /&gt;
aaa 1 23&lt;BR /&gt;
bbb 2 34&lt;BR /&gt;
&lt;BR /&gt;
but i want out put like this&lt;BR /&gt;
obsno name rno marks&lt;BR /&gt;
1 aaa 1 23&lt;BR /&gt;
2 bbb 2 34&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
sree</description>
      <pubDate>Wed, 12 Dec 2007 07:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-the-observation-no-in-to-seperate-data-set/m-p/5872#M2373</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-12-12T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to print the observation no in to seperate data set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-the-observation-no-in-to-seperate-data-set/m-p/5873#M2374</link>
      <description>you can use _N_ see my example:&lt;BR /&gt;
&lt;BR /&gt;
       data work.teste;&lt;BR /&gt;
	format obsno 8.;&lt;BR /&gt;
	set sashelp.class;&lt;BR /&gt;
	obsno=_N_;&lt;BR /&gt;
       run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i hope this help</description>
      <pubDate>Wed, 12 Dec 2007 11:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-the-observation-no-in-to-seperate-data-set/m-p/5873#M2374</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2007-12-12T11:01:29Z</dc:date>
    </item>
  </channel>
</rss>

