<?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 randomly access a observation from data set in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73848#M7331</link>
    <description>proc sql;&lt;BR /&gt;
insert into TableA select * from TableB where obsnum=2;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
i have to fetch row no 2 from TableB and append it to TableA.&lt;BR /&gt;
&lt;BR /&gt;
here obsnum is not working pleae tell me other option..</description>
    <pubDate>Fri, 13 Feb 2009 10:17:22 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-02-13T10:17:22Z</dc:date>
    <item>
      <title>randomly access a observation from data set</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73848#M7331</link>
      <description>proc sql;&lt;BR /&gt;
insert into TableA select * from TableB where obsnum=2;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
i have to fetch row no 2 from TableB and append it to TableA.&lt;BR /&gt;
&lt;BR /&gt;
here obsnum is not working pleae tell me other option..</description>
      <pubDate>Fri, 13 Feb 2009 10:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73848#M7331</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-13T10:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: randomly access a observation from data set</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73849#M7332</link>
      <description>PROC surveyselect data=TableB method=srs n=4 out=sample1; &lt;BR /&gt;
RUN; &lt;BR /&gt;
&lt;BR /&gt;
proc append data=sample1 base=TableA; run;</description>
      <pubDate>Fri, 13 Feb 2009 10:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73849#M7332</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-02-13T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: randomly access a observation from data set</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73850#M7333</link>
      <description>proc sql;&lt;BR /&gt;
insert into TableA select * from TableB(obs=2 firstobs=2) ;&lt;BR /&gt;
quit;</description>
      <pubDate>Fri, 13 Feb 2009 13:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/randomly-access-a-observation-from-data-set/m-p/73850#M7333</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-13T13:24:32Z</dc:date>
    </item>
  </channel>
</rss>

