<?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 change the number of extreme observations of PROC UNIVARIATE in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/720592#M9768</link>
    <description>&lt;P&gt;use codes like below:&lt;/P&gt;&lt;P&gt;ods select extremeobs;&lt;BR /&gt;proc univariate data=pg1.eu_occ nextrobs=10;&lt;BR /&gt;var camp;&lt;BR /&gt;run;&lt;BR /&gt;ods trace off;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 22:40:01 GMT</pubDate>
    <dc:creator>Qingwei</dc:creator>
    <dc:date>2021-02-19T22:40:01Z</dc:date>
    <item>
      <title>How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/592061#M8037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The assignment I'm working asks me to use proc univariate to explore the 8 extreme observations in a worksheet, so I used the SAS Documentation and it says to use&amp;nbsp;&lt;/P&gt;&lt;P&gt;nextrobs=8;&lt;/P&gt;&lt;P&gt;which gives me an error:&amp;nbsp;&lt;SPAN&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone tell me how to fix it? Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 01:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/592061#M8037</guid>
      <dc:creator>aabbccwyt</dc:creator>
      <dc:date>2019-09-27T01:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/592062#M8038</link>
      <description>&lt;P&gt;NEXTROBS isn't a separate statement it is an option on the UNIVARIATE statement. See example here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples03.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetTarget=procstat_univariate_examples03.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 01:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/592062#M8038</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-27T01:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635119#M8954</link>
      <description>i have a question relating to this. The nextrob option is not in parentheses but the (obs=n) is. are they not both options? How do I know when to put something in parentheses?</description>
      <pubDate>Thu, 26 Mar 2020 18:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635119#M8954</guid>
      <dc:creator>mintbit</dc:creator>
      <dc:date>2020-03-26T18:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635126#M8955</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/318282"&gt;@mintbit&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;i have a question relating to this. The nextrob option is not in parentheses but the (obs=n) is. are they not both options? How do I know when to put something in parentheses?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;OBS= is a Dataset Option.&amp;nbsp; Like KEEP= or RENAME=. Those always appear in parentheses after a dataset name.&amp;nbsp; They are totally independent of PROC UNIVARIATE.&amp;nbsp; You can use dataset options pretty much anywhere you use a dataset name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NEXTROB is an optional part the PROC UNIVARIATE statement.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 19:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635126#M8955</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-26T19:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635237#M8957</link>
      <description>Thank you for the reply Tom. Now I understand better.</description>
      <pubDate>Fri, 27 Mar 2020 08:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/635237#M8957</guid>
      <dc:creator>mintbit</dc:creator>
      <dc:date>2020-03-27T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/720592#M9768</link>
      <description>&lt;P&gt;use codes like below:&lt;/P&gt;&lt;P&gt;ods select extremeobs;&lt;BR /&gt;proc univariate data=pg1.eu_occ nextrobs=10;&lt;BR /&gt;var camp;&lt;BR /&gt;run;&lt;BR /&gt;ods trace off;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 22:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/720592#M9768</guid>
      <dc:creator>Qingwei</dc:creator>
      <dc:date>2021-02-19T22:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number of extreme observations of PROC UNIVARIATE</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/957514#M11383</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS select  ExtremeObs;

proc univariate data=data.lib
	nextrobs=8;
	Var abc def;
Run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jan 2025 21:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-change-the-number-of-extreme-observations-of-PROC/m-p/957514#M11383</guid>
      <dc:creator>coder1234</dc:creator>
      <dc:date>2025-01-28T21:56:16Z</dc:date>
    </item>
  </channel>
</rss>

