BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Radwan
Quartz | Level 8

Hello when i run psmatch statement as follows:

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;

i got error messsage as follows

117 PROC PSMATCH data=pscorem region=cs;
ERROR: Procedure PSMATCH not found.
118 TREAT AGE EDUC MARR
119 psmodel TREAT(p='1')=AGE EDUC MARR;
120 match method=optimal(k=1) stat=lps exact=educ caliper=0.25;
121 output out (obs=match)=radwan matchid=_natchid;
122 run;

 

please why and what does that mean?

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

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.

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.

View solution in original post

12 REPLIES 12
Tom
Super User Tom
Super User

What version of SAS are you running?  PSMATCH is a new procedure in SAS/STAT.

Radwan
Quartz | Level 8

does that mean i can not use my version for analyzing propensity score matching Smiley Frustrated?

please look at my response below 

what am i suppose to do ? 

Kurt_Bremser
Super User

PSMATCH was indeed added with SAS/STAT 14.2, which came with SAS 9.4M4:

What's New in SAS 9.4, SAS/STAT

 

Since software for the current release is included for free in your license, have your SAS Administrator get the current release and install it.

Radwan
Quartz | Level 8
i m not sure about the current release coz i got the version from my supervisor.
so please what i have to do ?
Kurt_Bremser
Super User

@Radwan wrote:
i m not sure about the current release coz i got the version from my supervisor.
so please what i have to do ?

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.

Radwan
Quartz | Level 8
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
Kurt_Bremser
Super User

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.

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.

Reeza
Super User
PSMATCH was introduced in SAS/STAT 14.3 I believe. Check your license using:

Proc product_status;run;
Radwan
Quartz | Level 8

i have run that code 

i got the following message 


For Base SAS Software ...
Custom version information: 9.4_M2
Image version information: 9.04.01M2P072314
For SAS/STAT ...
Custom version information: 13.2
For SAS/GRAPH ...
Custom version information: 9.4_M2
For SAS/ETS ...
Custom version information: 13.2
For SAS/FSP ...
Custom version information: 9.4_M2
For SAS/OR ...
Custom version information: 13.2
For SAS/AF ...
Custom version information: 9.4_M2
For SAS/IML ...
Custom version information: 13.2
For SAS/QC ...
Custom version information: 13.2
For SAS/SHARE ...
Custom version information: 9.4
Image version information: 9.04.01M0P061913
For SAS/ASSIST ...
Custom version information: 9.4
Image version information: 9.04.01M0P061913
For SAS/CONNECT ...
Custom version information: 9.4_M2
For SAS/EIS ...
Custom version information: 9.4
Image version information: 9.04.01M0P061913
For SAS/ACCESS Interface to Netezza ...
Custom version information: 9.4_M2
For SAS/ACCESS to Hadoop ...
Custom version information: 9.4_M2
For SAS Enterprise Miner ...
Custom version information: 13.2_M1
For SAS/ACCESS to Vertica ...
Custom version information: 9.4_M2
For SAS/ACCESS to Postgres ...
Custom version information: 9.4_M2
For SAS/ACCESS Reserved Slot 565 ...
Custom version information: 9.41
Image version information: 9.04.01M0P072314
For SAS Integration Technologies ...
Custom version information: 9.4_M2
For SAS Text Miner ...
Custom version information: 13.2_M1
For High Performance Suite ...
Custom version information: 2.2_M1
For SAS/ACCESS Interface to DB2 ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to Oracle ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to Sybase ...
Custom version information: 9.4_M1
For SAS/ACCESS Interface to PC Files ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to ODBC ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to OLE DB ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to Teradata ...
Custom version information: 9.4_M2
For SAS/ACCESS Interface to MySQL ...
Custom version information: 9.4_M2
NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):
real time 3.59 seconds
cpu time 0.18 seconds

 

Radwan
Quartz | Level 8
please give me a solution
Radwan
Quartz | Level 8
i run proc setinit;run;
i got this message
NOTE: PROCEDURE SETINIT used (Total process time):
real time 0.70 seconds
cpu time 0.00 seconds

Original site validation data
Site name: 'CITY UNIVERSITY OF HONG KONG'.
Site number: 10801549.
Expiration: 30JUN2019.
Grace Period: 0 days (ending 30JUN2019).
Warning Period: 30 days (ending 30JUL2019).
System birthday: 29JUN2018.
Operating System: WX64_WKS.
Product expiration dates:
---Base SAS Software
30JUN2019
---SAS/STAT
30JUN2019
---SAS/GRAPH
30JUN2019
---SAS/ETS
30JUN2019
---SAS/FSP
30JUN2019
---SAS/OR
30JUN2019
---SAS/AF
30JUN2019
---SAS/IML
30JUN2019
---SAS/QC
30JUN2019
---SAS/SHARE
30JUN2019
---SAS/ASSIST
30JUN2019
---SAS/CONNECT
30JUN2019
---SAS/EIS
30JUN2019
---SAS/SHARE*NET
30JUN2019
---SAS OLAP Server
30JUN2019
---SAS Enterprise Miner
30JUN2019
---SAS/IntrNet
30JUN2019
---MDDB Server common products
30JUN2019
---SAS Integration Technologies
30JUN2019
---SAS/Secure 168-bit
30JUN2019
---SAS/Secure Windows
30JUN2019
---SAS Credit Scoring
30JUN2019
---SAS Text Miner
30JUN2019
---Unused OLAP Slot
30JUN2019
---SAS Enterprise Guide
30JUN2019
---SAS Bridge for ESRI
30JUN2019
---OR OPT
30JUN2019
---OR PRS
30JUN2019
---OR IVS
30JUN2019
---OR LSO
30JUN2019
---SAS/ACCESS Interface to DB2
30JUN2019
---SAS/ACCESS Interface to Oracle
30JUN2019
---SAS/ACCESS Interface to Sybase
30JUN2019
---SAS/ACCESS Interface to PC Files
30JUN2019
---SAS/ACCESS Interface to ODBC
30JUN2019
---SAS/ACCESS Interface to OLE DB
30JUN2019
---SAS/ACCESS Interface to Teradata
30JUN2019
---SAS/ACCESS Interface to Microsoft SQL Server
30JUN2019
---SAS/ACCESS Interface to MySQL
30JUN2019
---Text Miner for Chinese
30JUN2019
---SAS Metadata Bridges for General Industry Standards
30JUN2019
---SAS/IML Studio
30JUN2019
---SAS Workspace Server for Local Access
30JUN2019
---SAS Workspace Server for Enterprise Access
30JUN2019
---SAS/ACCESS Interface to Netezza
30JUN2019
---SAS/ACCESS Interface to Aster nCluster
30JUN2019
---SAS/ACCESS Interface to Greenplum
30JUN2019
---SAS/ACCESS Interface to Sybase IQ
30JUN2019
---SAS/ACCESS to Hadoop
30JUN2019
---SAS/ACCESS to Vertica
30JUN2019
---SAS/ACCESS to Postgres
30JUN2019
---SAS/ACCESS Reserved Slot 565
30JUN2019
---SAS/ACCESS Reserved Slot 567
30JUN2019
---SAS/ACCESS Reserved Slot 568
30JUN2019
---High Performance Suite
30JUN2019
---SAS Add-in for Microsoft Excel
30JUN2019
---SAS/ACCESS to SAP HANA
30JUN2019
---PRODNUM964
30JUN2019

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 12 replies
  • 7772 views
  • 6 likes
  • 4 in conversation