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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.