BookmarkSubscribeRSS Feed
SRaehsler1
Calcite | Level 5

I am issues with the 9.4 version of PROC SHEWHART, PCHART. Any input would be greatly appreciated.

  1. I noticed the color options (e.g. CVREF, CCONNECT, CLIMITS) no longer appear to work.  Has anyone had success using these commands?
  2. When the block variable legend prints it does not provide a count for the last number on my x-axis. I can remedy this by increasing the maximum value on the x-axis but then the maximum value on my plot has no associated data point and the line segment does not go to the end of my graph (the figure looks pretty bad). Does anyone know of another solutions?
  3. Can I get rid of the vertical reference lines on my figure? 
1 REPLY 1
Rick_SAS
SAS Super FREQ

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 938 views
  • 0 likes
  • 2 in conversation