Hi everybody.
I faced a strange result when producing some slighty complicated sgpanel plots and tried to simplify the example as far as possible.
Running the following program, SAS results in a 200% bar for the graph.
However, removing the Missing VarX dataline (<1>) or giving allways varZ=1 vor varX=1 (dataline<3>), sgpanel works fine.
Does anyone have an explanation for this?
I just can solve it by removing any varX=. lines using
Proc SGPANEL DATA=test(WHERE= (varX^=.));
but since this is simplified from a rather complicated multiuse macro, I would prefere to know the background of this result.
Thanks for any help.
Uli
This does appear to be an issue that needs to be investigated. I would recommend entering a ticket to Technical Support with this simple example you've created. In the meantime, you have two choices:
Hope this helps!
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →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.