<?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: where statement in proc model in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184618#M265498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worth a try using the WHERE statement.&amp;nbsp; SAS supports WHERE in a number of procs so unless it is specifically excluded in the Proc MODEL doco it wil probably work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard temporarily back in OZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2013 03:45:55 GMT</pubDate>
    <dc:creator>RichardinOz</dc:creator>
    <dc:date>2013-12-31T03:45:55Z</dc:date>
    <item>
      <title>where statement in proc model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184615#M265495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to ask if I can use a where statement in proc model like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc model data=A;&lt;/P&gt;&lt;P&gt;where t=1;&lt;/P&gt;&lt;P&gt;V=F(x);&lt;/P&gt;&lt;P&gt;solve x /out=solution;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 00:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184615#M265495</guid>
      <dc:creator>desireatem</dc:creator>
      <dc:date>2013-12-31T00:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: where statement in proc model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184616#M265496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i haven't seen it this way in the documentation. You can always use below syntax instead:&lt;/P&gt;&lt;P&gt;data=a(where=(t=1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 00:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184616#M265496</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-12-31T00:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: where statement in proc model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184617#M265497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try it?&lt;/P&gt;&lt;P&gt;I copied this example from the help pages and added a WHERE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc model data=sashelp.citimon;&lt;/P&gt;&lt;P&gt;where date &amp;lt; '01JAN1990'd ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lhur = 1/(a * ip + b) + c;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fit lhur;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 03:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184617#M265497</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-12-31T03:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: where statement in proc model</title>
      <link>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184618#M265498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worth a try using the WHERE statement.&amp;nbsp; SAS supports WHERE in a number of procs so unless it is specifically excluded in the Proc MODEL doco it wil probably work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard temporarily back in OZ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 03:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/where-statement-in-proc-model/m-p/184618#M265498</guid>
      <dc:creator>RichardinOz</dc:creator>
      <dc:date>2013-12-31T03:45:55Z</dc:date>
    </item>
  </channel>
</rss>

