<?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 Reg :Removing obs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Removing-obs/m-p/36096#M9061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have created options obs=1 for some use now i want to make the obs= default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options obs=1;&lt;/P&gt;&lt;P&gt;data w1;&lt;/P&gt;&lt;P&gt;input id;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;i have tryed to remove the options&amp;nbsp; by giving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obs=;&lt;/P&gt;&lt;P&gt;by it was showing error i know the i can give max obs as ﻿﻿﻿1099511627776 is the default but i want to make it to default..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 13:04:33 GMT</pubDate>
    <dc:creator>sas_</dc:creator>
    <dc:date>2011-07-25T13:04:33Z</dc:date>
    <item>
      <title>Reg :Removing obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Removing-obs/m-p/36096#M9061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have created options obs=1 for some use now i want to make the obs= default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options obs=1;&lt;/P&gt;&lt;P&gt;data w1;&lt;/P&gt;&lt;P&gt;input id;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;i have tryed to remove the options&amp;nbsp; by giving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obs=;&lt;/P&gt;&lt;P&gt;by it was showing error i know the i can give max obs as ﻿﻿﻿1099511627776 is the default but i want to make it to default..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Removing-obs/m-p/36096#M9061</guid>
      <dc:creator>sas_</dc:creator>
      <dc:date>2011-07-25T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Reg :Removing obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Removing-obs/m-p/36097#M9062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use options obs=max. The actual value will vary depending on the version of SAS and your hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xx&amp;nbsp; options obs=100;&lt;/P&gt;&lt;P&gt;xx&amp;nbsp; %put %sysfunc(getoption(obs));&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;xx&amp;nbsp; options obs=max;&lt;/P&gt;&lt;P&gt;xx&amp;nbsp; %put %sysfunc(getoption(obs));&lt;/P&gt;&lt;P&gt;9223372036854775807&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Removing-obs/m-p/36097#M9062</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-07-25T13:24:44Z</dc:date>
    </item>
  </channel>
</rss>

