Try running it with a smaller subset and see if it runs or see if the example runs on your computer. What version of SAS do you have, SAS/STAT latest is 15.1? The following code will let you know what version you're running. proc product_status;run;
... View more