<?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: Proc Print stops at 1500 Obs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20910#M4367</link>
    <description>Hi.&lt;BR /&gt;
I suppose you should use system option 'obs=max'.&lt;BR /&gt;
But I am not sure it would be worded,I am not test it.:)&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
options obs=max;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Fri, 22 Oct 2010 04:56:44 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2010-10-22T04:56:44Z</dc:date>
    <item>
      <title>Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20908#M4365</link>
      <description>I've importanted a file with 33,000 obs but when I try to view the data using Proc Print I can only see 1500 obs - is there a way to amend this default setting to view all? I've checked and the dataset includes all the obs so i am presuming I just need to work out how to view all obs. &lt;BR /&gt;
&lt;BR /&gt;
Thanks

Message was edited by: GetSAS</description>
      <pubDate>Thu, 21 Oct 2010 22:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20908#M4365</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-21T22:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20909#M4366</link>
      <description>Are you using the SAS Learning Edition software?&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;
learning edition obs limited 1500 site:sas.com</description>
      <pubDate>Thu, 21 Oct 2010 23:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20909#M4366</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-10-21T23:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20910#M4367</link>
      <description>Hi.&lt;BR /&gt;
I suppose you should use system option 'obs=max'.&lt;BR /&gt;
But I am not sure it would be worded,I am not test it.:)&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
options obs=max;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Fri, 22 Oct 2010 04:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20910#M4367</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-10-22T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20911#M4368</link>
      <description>Well I am using both SAS 9.1 &amp;amp; SAS Learning to improve my understanding of coding.... but having the same problem with both apps. 33134 records were read from the infile.&lt;BR /&gt;
&lt;BR /&gt;
But when viewing the dataset in the library and using proc print I can only view 1500 in both 9.1 and SLE. I am presuming there is a default option somewhere that i need to tweak?&lt;BR /&gt;
&lt;BR /&gt;
I have tried "obs=max" using proc print with no luck.

Message was edited by: GetSAS</description>
      <pubDate>Fri, 22 Oct 2010 09:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20911#M4368</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-22T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20912#M4369</link>
      <description>Hi:&lt;BR /&gt;
  As explained here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/learn/le/product/index.html" target="_blank"&gt;http://support.sas.com/learn/le/product/index.html&lt;/A&gt; (see #6)&lt;BR /&gt;
          &lt;BR /&gt;
The learning edition has a limit set of 1500 observations. This means that when you use the SAS Learning Edition, the version of SAS included will process and display the first 1500 observations of your data set. &lt;BR /&gt;
&lt;BR /&gt;
  This liimit should be enough to allow you to work with data and learn the syntax.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 22 Oct 2010 12:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20912#M4369</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-22T12:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20913#M4370</link>
      <description>Thanks Cynthia, do you know if this same rule apply to the prep guide version of SAS 9.1 as well which is below... ? &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?pc=62439" target="_blank"&gt;https://support.sas.com/pubscat/bookdetails.jsp?pc=62439&lt;/A&gt;</description>
      <pubDate>Sat, 23 Oct 2010 07:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20913#M4370</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-23T07:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20914#M4371</link>
      <description>Why would you even presume that a copy of the SAS software is included with the prep guide?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 23 Oct 2010 13:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20914#M4371</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-10-23T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20915#M4372</link>
      <description>Hi:&lt;BR /&gt;
  The site you posted clearly says that:&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
"Each chapter includes a quiz on the chapter's contents, and the book includes a free CD-ROM with tutorials, practice data, and sample programs to further reinforce and test your SAS skills."&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  It says the CD containts tutorials, practice data and sample programs. It does not say that the CD contains a copy of SAS. So if you use the practice data and the sample programs from the CD &lt;B&gt;&lt;I&gt;with&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;/I&gt; your copy of the SAS Learning Edition, then, the 1500 obs limit will apply. &lt;BR /&gt;
&lt;BR /&gt;
  However, I firmly believe that the 1500 obs limit should not be considered an impediment to learning SAS. It is possible to learn the concepts of reading data, writing data, merging data and manipulating data on under 100 observations (even on under 10 observations!). If you are learning grouping, sorting, categorizing and summarizing concepts, than having over 100 obs is useful -- especially if the 100 obs are broken into at least 2 or 3 groups. Hunky statistical analysis (time series, regressions, forecasting, survival analysis, etc) might not do so well with only 100 obs -- but those topics will not be on the Base Certification exam.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 23 Oct 2010 15:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20915#M4372</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-23T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print stops at 1500 Obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20916#M4373</link>
      <description>Thanks for the response. i don't envisage that it will impede my learning at all. The tutorials are fixed learning and I am a practical learner so wanted to try to work with my own data at the same time as the tutorials. - thats all. Thanks</description>
      <pubDate>Sat, 23 Oct 2010 17:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Print-stops-at-1500-Obs/m-p/20916#M4373</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-23T17:46:46Z</dc:date>
    </item>
  </channel>
</rss>

