BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
adscottsoden
Calcite | Level 5

in OHere is my set up:

Proc ESM data = cwork.forecastworked out = forecastedworked Lead = 1;

by clientname;

ID Mon_1_1_YY interval = month accumulate = average;

forecast totalaccts;

run;

I know I can change Lead = 1 to say Lead = 4 or 5 or 6 to get months more than 1 ...

My id variable is a month variable so i'm good there.

I am storing about 6 months of data for history....what happens is that it does forecast all the months I ask for but gives the same value  for each month of that of the first forecasted value...is it because Im not giving it enough historiy?

Hopefully im clear enough on my concern....thanks,.

1 ACCEPTED SOLUTION
2 REPLIES 2

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 2 replies
  • 1447 views
  • 2 likes
  • 2 in conversation