I am issues with the 9.4 version of PROC SHEWHART, PCHART. Any input would be greatly appreciated.
You must have recently upgraded from an earlier verion of SAS. As mentioned in this thread, PROC SHEWHART and many other SAS procedures were upgraded to use ODS graphics in SAS 9.3. Also in SAS 9.3, ODS GRAPHICS are turned ON by default.
The easiest thing for you to do is to put
ODS GRAPHICS OFF;
before your PROC SHEWHART call. then everything should work as before.
However, I encourage you to try some of the new ODS graphics features. See the SAS/QC documentation, which now lists options for traditional graphics in a separate section from options for ODS graphics.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.