私の悪い英語でごめんなさい:)
SAS proc gchart から gif 画像をエクスポートする必要があります。
filename graphout "&PATH.\file.gif";
goptions gsfname=graphout dev=gif gsfmode=replace;
proc gchart data=work.temp;
/*forming chart*/
run;
quit;
filename graphout clear;
ただし、エクスポートは作業ディレクトリで行われます。どうしたの?