Hi, I'm trying to generate .cgm outputs for all my plots. I'm finding that When I use PROC GPLOT or PROC BOXPLOT, I'm able to generate .cgm files. But when I use SGPLOT or SGPANEL, no .cgm file appears. There is no error message, but also no file. I can see the plot in the results tab of Enterprise. It can't be the case that SGPLOT and SGPANEL can't do a .cgm file, can it? My processing statements are the same for both. filename gout 'myfile.cgm'; goptions device = [cgmofml cgm cgmof97l] gsfname = gout gsfmode = replace; * tried all three devices, none work. proc gspanel/gsplot] . . . Thanks for any insight. You all have been so helpful in the past week to me and it's much appreciated!
... View more