SAS abend (closes) without and warning when You use an ODS RTF statement you Print or Print Preview and SAS window (Log, Output, Graph). Fix: None Reported: Dec 2014 [SAS 7611369653] Work Around: Place the following statement immediatedly after the ODS RTF FILE= statement: ODS GRAPHICS / OUTPUTFMT=PNG ; WMF (the default image format for ODS/STAT graphics when saving to RTF) has some incompatabilirt with the SAS print system.
... View more