I get the following warnings on the log. Why is it trying to use the SVG format?
36 ods _all_ close ; 37 ods noproctitle; 38 options papersize=A4 orientation=portrait; 39 ods graphics on /reset=index outputfmt=PNG; 40 ods rtf style=bbfp file="&cpa\&prog..rtf" image_dpi=300 bodytitle; WARNING: Unsupported device 'SVG' for RTF destination. Using default device 'EMF'. NOTE: Writing RTF Body file: C:\Users\bruce\OneDrive - UNSW\docs\CPA\HILDA\CPA3.rtf 41 ods html style=bbfp path="&userprofile\SASImages" gpath="&userprofile\SASImages" image_dpi=300; NOTE: Writing HTML Body file: sashtml8.htm 42 ods escapechar="~"; 43 ods Excel file="&cpa\&prog..xlsx" style=BBfp 44 options(sheet_interval='NONE' embedded_titles='yes') ; WARNING: Unsupported device 'SVG' for EXCEL destination. Using default device 'PNG'.
Thanks. That stops the warning message.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.