Hi,
I'm trying to produce a graphic from PROC LOGISTIC suitable for use in Powerpoint, that will eventually become a large poster.  I can make a file suitable for a Word document, but when enlarged is looks very "fuzzy".  I've tried increasing the DPI but then get warning messages about exceeding memory.
Here is part of the code:
   ods graphics on / imagefmt = png width=1280px height=960px scale noborder;
   ods listing image_dpi=300 style=journal;
   proc logistic data=sln1 plots=roc(id=prob);
      model pos(event='1') = MSKCC Camb Stan / nofit;
      roc 'MSKCC' MSKCC;
      roc 'Cambridge' Camb;
      roc 'Stanford' Stan;
      roccontrast reference('MSKCC') / estimate e;
   run;
   ods graphics off;
Can someone help, please?
Thanks,
Norman.
PS. I'm running SAS 9.2 in Windows XP
					
				
			
			
				
	Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763  Workstation