View Full Version : Proc macontrol


karthikeya_ivb
06-11-2009, 08:07 AM
hi all,

when i'm trying to use proc macontrol i'm getting the following error. I'm using SAS 9.2 in unix. please let me know whether i need to specify any other keyword.

ERROR: Procedure MACONTROL not found.

here is the code i used:

proc macontrol data=data1;
machart unit_sales*store*upc /span=4;
run;

thanx in advance,
-Karthik

vinux
06-11-2009, 08:53 AM
Check your Sas has QC package?