Hello Experts,
I'm wondering whey the stats do not display correctly for the proc sgplot and ods pdf :
I use ods pdf style=Pearl;
Thank you for your help.
Hello,
To see if this resolves the issue, near the top of the code (before the main ODS PDF FILE= statement in the code), add the following statements to the code:
options device=SASPRTC;
ods _ALL_ close;
At this point, submit the modified code and let's see what happens. If this does not resolve the issue, please post the newly created SAS log and I will take a look at it.
Regards, Martin
------------------------------
Martin Mincey
Sr Principal Technical Support Engineer
SAS/Viya Programming and OSL
SAS Technical Support
Hello,
To see if this resolves the issue, near the top of the code (before the main ODS PDF FILE= statement in the code), add the following statements to the code:
options device=SASPRTC;
ods _ALL_ close;
At this point, submit the modified code and let's see what happens. If this does not resolve the issue, please post the newly created SAS log and I will take a look at it.
Regards, Martin
------------------------------
Martin Mincey
Sr Principal Technical Support Engineer
SAS/Viya Programming and OSL
SAS Technical Support
SASPRTC
the PRT is for PRINTER and C is for COLOR.
SAS Help Center: Default Devices for ODS Destinations (see the "Default Device" and "Recommended Devices" columns)
SAS Help Center: Summary of Default Destinations, Styles, and Devices
Ciao,
Koen
Dive into keynotes, announcements and breakthroughs on demand.
Explore 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.