<?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: Simple Question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31518#M6037</link>
    <description>ahhh - obviously. &lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot. Actually, what also confused me was that SAS prints individual&lt;BR /&gt;
results in individual sections, like a table of contents on the left. I'm used to outputs&lt;BR /&gt;
being printed one under the other. &lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help &lt;BR /&gt;
Paul</description>
    <pubDate>Sat, 19 Mar 2011 17:10:12 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-03-19T17:10:12Z</dc:date>
    <item>
      <title>Simple Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31516#M6035</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I'm a newbie to SAS and have a quick question that is stumping me. I'm not sure if this post belongs here but, simply, I would like to read in a number of sas data files and print the first few observations in each file. The code I am trying is :&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME MyLib 'C:\Documents and Settings\Paul\data';&lt;BR /&gt;
&lt;BR /&gt;
PROC PRINT DATA = MyLib.Stocks_1 (obs=20);&lt;BR /&gt;
TITLE 'stocks 1';&lt;BR /&gt;
&lt;BR /&gt;
PROC PRINT DATA = MyLib.Stocks_1 (obs=20);&lt;BR /&gt;
TITLE 'stocks 2';&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
But that only prints MyLib.Stocks_1 ?&lt;BR /&gt;
&lt;BR /&gt;
I've used matlab for years so this is a bit weird so far ... thanks</description>
      <pubDate>Thu, 17 Mar 2011 00:35:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31516#M6035</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-17T00:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31517#M6036</link>
      <description>you neglected to change the dataset name in the second PROC PRINT.</description>
      <pubDate>Thu, 17 Mar 2011 01:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31517#M6036</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-03-17T01:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31518#M6037</link>
      <description>ahhh - obviously. &lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot. Actually, what also confused me was that SAS prints individual&lt;BR /&gt;
results in individual sections, like a table of contents on the left. I'm used to outputs&lt;BR /&gt;
being printed one under the other. &lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help &lt;BR /&gt;
Paul</description>
      <pubDate>Sat, 19 Mar 2011 17:10:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-Question/m-p/31518#M6037</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-19T17:10:12Z</dc:date>
    </item>
  </channel>
</rss>

