<?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 PSMATCH not found in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536464#M73970</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/252600"&gt;@Radwan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;i m not sure about the current release coz i got the version from my supervisor.&lt;BR /&gt;so please what i have to do ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Get the responsible people to update to the current version. Or make your supervisor aware that you will have to work around the lack of proc psmatch, at additional cost.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Feb 2019 13:07:13 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-02-18T13:07:13Z</dc:date>
    <item>
      <title>Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536238#M73957</link>
      <description>&lt;P&gt;Hello when i run psmatch statement as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC PSMATCH data=pscorem region=cs;
TREAT AGE EDUC MARR
psmodel TREAT(p='1')=AGE EDUC MARR;
match method=optimal(k=1) stat=lps exact=educ caliper=0.25;
output out (obs=match)=radwan matchid=_natchid;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;i got error messsage as follows&lt;/P&gt;&lt;P&gt;117 PROC PSMATCH data=pscorem region=cs;&lt;BR /&gt;ERROR: Procedure PSMATCH not found.&lt;BR /&gt;118 TREAT AGE EDUC MARR&lt;BR /&gt;119 psmodel TREAT(p='1')=AGE EDUC MARR;&lt;BR /&gt;120 match method=optimal(k=1) stat=lps exact=educ caliper=0.25;&lt;BR /&gt;121 output out (obs=match)=radwan matchid=_natchid;&lt;BR /&gt;122 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please why and what does that mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 14:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536238#M73957</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-17T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536239#M73958</link>
      <description>&lt;P&gt;Run proc setinit to see if you have SAS/STAT licensed. psmatch is a stat procedure.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 14:38:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536239#M73958</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-17T14:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536255#M73959</link>
      <description>&lt;P&gt;What version of SAS are you running?&amp;nbsp; PSMATCH is a new procedure in SAS/STAT.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 16:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536255#M73959</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-17T16:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536273#M73960</link>
      <description>PSMATCH was introduced in SAS/STAT 14.3 I believe. Check your license using: &lt;BR /&gt;&lt;BR /&gt;Proc product_status;run;</description>
      <pubDate>Sun, 17 Feb 2019 19:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536273#M73960</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-17T19:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536372#M73962</link>
      <description>&lt;P&gt;i have run that code&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got the following message&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;Image version information: 9.04.01M2P072314&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ETS ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/FSP ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/OR ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/AF ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/IML ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/QC ...&lt;BR /&gt;Custom version information: 13.2&lt;BR /&gt;For SAS/SHARE ...&lt;BR /&gt;Custom version information: 9.4&lt;BR /&gt;Image version information: 9.04.01M0P061913&lt;BR /&gt;For SAS/ASSIST ...&lt;BR /&gt;Custom version information: 9.4&lt;BR /&gt;Image version information: 9.04.01M0P061913&lt;BR /&gt;For SAS/CONNECT ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/EIS ...&lt;BR /&gt;Custom version information: 9.4&lt;BR /&gt;Image version information: 9.04.01M0P061913&lt;BR /&gt;For SAS/ACCESS Interface to Netezza ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS to Hadoop ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS Enterprise Miner ...&lt;BR /&gt;Custom version information: 13.2_M1&lt;BR /&gt;For SAS/ACCESS to Vertica ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS to Postgres ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Reserved Slot 565 ...&lt;BR /&gt;Custom version information: 9.41&lt;BR /&gt;Image version information: 9.04.01M0P072314&lt;BR /&gt;For SAS Integration Technologies ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS Text Miner ...&lt;BR /&gt;Custom version information: 13.2_M1&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M1&lt;BR /&gt;For SAS/ACCESS Interface to DB2 ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to Oracle ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to Sybase ...&lt;BR /&gt;Custom version information: 9.4_M1&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to OLE DB ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to Teradata ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;For SAS/ACCESS Interface to MySQL ...&lt;BR /&gt;Custom version information: 9.4_M2&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 3.59 seconds&lt;BR /&gt;cpu time 0.18 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 07:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536372#M73962</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536373#M73963</link>
      <description>&lt;P&gt;does that mean i can not use my version for analyzing propensity score matching&amp;nbsp;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://communities.sas.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;?&lt;/P&gt;&lt;P&gt;please look at my response below&amp;nbsp;&lt;/P&gt;&lt;P&gt;what am i suppose to do ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 07:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536373#M73963</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536374#M73964</link>
      <description>please give me a solution</description>
      <pubDate>Mon, 18 Feb 2019 07:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536374#M73964</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T07:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536377#M73965</link>
      <description>&lt;P&gt;PSMATCH was indeed added with SAS/STAT 14.2, which came with SAS 9.4M4:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=whatsnew&amp;amp;docsetTarget=n0xz3zuivh0rnen1806e9yctjkji.htm&amp;amp;locale=en#p1w4p1weod6v2cn1e0mits7gyxcv" target="_blank" rel="noopener"&gt;What's New in SAS 9.4, SAS/STAT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since software for the current release is included for free in your license, have your SAS Administrator get the current release and install it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 07:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536377#M73965</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-18T07:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536461#M73968</link>
      <description>i m not sure about the current release coz i got the version from my supervisor.&lt;BR /&gt;so please what i have to do ?</description>
      <pubDate>Mon, 18 Feb 2019 13:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536461#M73968</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536464#M73970</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/252600"&gt;@Radwan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;i m not sure about the current release coz i got the version from my supervisor.&lt;BR /&gt;so please what i have to do ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Get the responsible people to update to the current version. Or make your supervisor aware that you will have to work around the lack of proc psmatch, at additional cost.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 13:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536464#M73970</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-18T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536465#M73971</link>
      <description>I see. but the propensity score matching method is very important to my research so i must update my version but i do not know the people who are responsible for the update. i wish there is a way through this website. btw thank you so much</description>
      <pubDate>Mon, 18 Feb 2019 13:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536465#M73971</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T13:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536478#M73973</link>
      <description>i run proc setinit;run;&lt;BR /&gt;i got this message&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.70 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;Original site validation data&lt;BR /&gt;Site name: 'CITY UNIVERSITY OF HONG KONG'.&lt;BR /&gt;Site number: 10801549.&lt;BR /&gt;Expiration: 30JUN2019.&lt;BR /&gt;Grace Period: 0 days (ending 30JUN2019).&lt;BR /&gt;Warning Period: 30 days (ending 30JUL2019).&lt;BR /&gt;System birthday: 29JUN2018.&lt;BR /&gt;Operating System: WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/FSP&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/OR&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/AF&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/IML&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/QC&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/SHARE&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ASSIST&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/EIS&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/SHARE*NET&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS OLAP Server&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Enterprise Miner&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/IntrNet&lt;BR /&gt;30JUN2019&lt;BR /&gt;---MDDB Server common products&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Integration Technologies&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Credit Scoring&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Text Miner&lt;BR /&gt;30JUN2019&lt;BR /&gt;---Unused OLAP Slot&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Bridge for ESRI&lt;BR /&gt;30JUN2019&lt;BR /&gt;---OR OPT&lt;BR /&gt;30JUN2019&lt;BR /&gt;---OR PRS&lt;BR /&gt;30JUN2019&lt;BR /&gt;---OR IVS&lt;BR /&gt;30JUN2019&lt;BR /&gt;---OR LSO&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to DB2&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Oracle&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Sybase&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to ODBC&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Teradata&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Microsoft SQL Server&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to MySQL&lt;BR /&gt;30JUN2019&lt;BR /&gt;---Text Miner for Chinese&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Metadata Bridges for General Industry Standards&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/IML Studio&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Workspace Server for Enterprise Access&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Netezza&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Aster nCluster&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Greenplum&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Interface to Sybase IQ&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS to Hadoop&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS to Vertica&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS to Postgres&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Reserved Slot 565&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Reserved Slot 567&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS Reserved Slot 568&lt;BR /&gt;30JUN2019&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS Add-in for Microsoft Excel&lt;BR /&gt;30JUN2019&lt;BR /&gt;---SAS/ACCESS to SAP HANA&lt;BR /&gt;30JUN2019&lt;BR /&gt;---PRODNUM964&lt;BR /&gt;30JUN2019&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2019 13:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536478#M73973</guid>
      <dc:creator>Radwan</dc:creator>
      <dc:date>2019-02-18T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PSMATCH not found</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536480#M73974</link>
      <description>&lt;P&gt;You can't hope for help here. Installing SAS is a duty of the respective organization that uses it, and there it is the duty of the local SAS administrator.&lt;/P&gt;
&lt;P&gt;Usually it's not that big a thing to be one or 2 maintenance levels behind, but in your case it's an issue, and you have to bring it to the attention of the people tasked with setting up your SAS installation.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 14:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-PSMATCH-not-found/m-p/536480#M73974</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-18T14:01:47Z</dc:date>
    </item>
  </channel>
</rss>

