Dear All,
I need your suggestion, why the following code for markers does not work in the rtf output? Is there anything missing? SAS 9.2
thanks
ods graphics on/noborder;
ods rtf style=markstyle file='C:\xx...\..x\plot.rtf';
%modstyle(name=markers, parent=listing, type=CLM,
markers=circle triangle square diamond);
ods listing style=markers;
proc sgplot data=data2;
Other than incomplete proc sgplot code and no ODS RTF Close?
Are you getting any warnings or errors in the log when submitting the code?
Since MODSTYLE does not appear to be a SAS supplied macro, at least in my install of SAS 9.2.3, you should probably supply the source for that as well since that could be part of the problem.
%modstyle is an autocall macro that has been around since SAS 9.22: SAS/STAT(R) 9.22 User's Guide
See also Quick and easy with MODSTYLE - Graphically Speaking
You've also set the LISTING style for markers not RTF.
ods rtf style=markers;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.