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
Hi Chuck,
The macro %fsrunprj() does not generate any output. It updated an existing project based on your selection of the method= option. To see the effect of the run, you need to open the project you chosen to run.
Regards, Rajib
Typical use cases:
- You want to update the forecasts, after new data is available for forecasting
- Change forecast horizon
- And when you want to do everything non-interactively without actually opening a project.
The documentation page is https://go.documentation.sas.com/?docsetId=fsdskag&docsetTarget=p1135n8po860rgn1itaddbtsuzya.htm&doc...
Let me know if you have any doubts.
Hi Chuck,
The macro %fsrunprj() does not generate any output. It updated an existing project based on your selection of the method= option. To see the effect of the run, you need to open the project you chosen to run.
Regards, Rajib
Typical use cases:
- You want to update the forecasts, after new data is available for forecasting
- Change forecast horizon
- And when you want to do everything non-interactively without actually opening a project.
The documentation page is https://go.documentation.sas.com/?docsetId=fsdskag&docsetTarget=p1135n8po860rgn1itaddbtsuzya.htm&doc...
Let me know if you have any doubts.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.