Hello, experts, I was successfully able to run this code in EG: %fslogin(desktop=no,user=[me],password=xxxxxxx);
%fsrunprj(method=FORECAST,importdata=YES,projectname=[my project name],environment=[my environment]);
%put &fsrunprj;
%fslogout(); The variable FSRUNPRJ resolves to SUCCESS, but I'm not entirely sure where the output for this program ended up. When I run it in Forecast Studio, I get the graphs and such. Where did my output go, and can I specify where it ends up? Thanks in advance, Chuck
... View more