BookmarkSubscribeRSS Feed
Maxim
Calcite | Level 5

The following code worked fine in previous versions of SAS, but when run in 9.4 it generates errors. Is there a way to actually run proc cusum in 9.4 ?

title "Two-sided Cusum Chart with a V-mask";

proc cusum data = scores;

xchart Score*Test /

mu0 = 85 /*target mean for process*/

sigma0 = 7.14 /*known standard diviation*/

delta = 1 /*shift to be detected*/

alpha = 0.1

beta = 0.1;

label Score = 'Cusum of Score';

run;

Log:

64   title "Two-sided Cusum Chart with a V-mask";

65   proc cusum data = scores;

ERROR: Procedure CUSUM not found.

66   xchart Score*Test /

67   mu0 = 85 /*target mean for process*/

68   sigma0 = 7.14 /*known standard diviation*/

69   delta = 1 /*shift to be detected*/

70   alpha = 0.1

71   beta = 0.1;

72   label Score = 'Cusum of Score';

73   run;

NOTE: The SAS System stopped processing this step because of errors.

NOTE: PROCEDURE CUSUM used (Total process time):

      real time           0.07 seconds

      cpu time            0.01 seconds

3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12

Do you have SAS/QC licensed and installed for 9.4?

Maxim
Calcite | Level 5

Yes, SAS/QC is licensed and installed. Thanks.

Product expiration dates:

---Base SAS Software

      actual date deleted

---SAS/STAT

      actual date deleted

---SAS/GRAPH

      actual date deleted

---SAS/ETS

      actual date deleted

---SAS/FSP

      actual date deleted

---SAS/OR

      actual date deleted

---SAS/AF

      actual date deleted

---SAS/IML

      actual date deleted

---SAS/QC

      actual date deleted

---SAS/SHARE

      actual date deleted

---SAS/ASSIST

      actual date deleted

---SAS/CONNECT

      actual date deleted

---SAS/EIS

      actual date deleted

---SAS/SHARE*NET

      actual date deleted

---MDDB Server common products

      actual date deleted

---SAS Integration Technologies

      actual date deleted

---SAS/Secure 168-bit

      actual date deleted

---SAS/Secure Windows

      actual date deleted

---SAS Enterprise Guide

      actual date deleted

---SAS Bridge for ESRI

      actual date deleted

---OR OPT

      actual date deleted

---OR PRS

      actual date deleted

---OR IVS

      actual date deleted

---OR LSO

      actual date deleted

---SAS/ACCESS Interface to DB2

      actual date deleted

---SAS/ACCESS Interface to Oracle

      actual date deleted

---SAS/ACCESS Interface to Sybase

      actual date deleted

---SAS/ACCESS Interface to PC Files

      actual date deleted

---SAS/ACCESS Interface to ODBC

      actual date deleted

---SAS/ACCESS Interface to INFORMIX

      actual date deleted

---SAS/ACCESS Interface to OLE DB

      actual date deleted

---SAS/ACCESS Interface to Teradata

      actual date deleted

---SAS/ACCESS Interface to Microsoft SQL Server

      actual date deleted

---SAS/ACCESS Interface to MySQL

      actual date deleted

---SAS/IML Studio

      actual date deleted

---SAS Workspace Server for Local Access

      actual date deleted

---SAS Workspace Server for Enterprise Access

      actual date deleted

---SAS/ACCESS Interface to Netezza

      actual date deleted

---SAS/ACCESS Interface to Aster nCluster

      actual date deleted

---SAS/ACCESS Interface to Greenplum

      actual date deleted

---SAS/ACCESS Interface to Sybase IQ

      actual date deleted

---SAS/ACCESS to Hadoop

      actual date deleted

---SAS/ACCESS to Vertica

      actual date deleted

---SAS/ACCESS to Postgres

      actual date deleted

---High Performance Suite

      actual date deleted

---SAS/ACCESS to SAP HANA

      actual date deleted

Reeza
Super User

Then its a tech support question.  See very tiny footnote at bottom of the page.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 3 replies
  • 1038 views
  • 0 likes
  • 3 in conversation