As a bare minimum you should include the code used, best is to copy from the log all the code and messages related to this. That way we have some clue as to where to look.
Dates and interval value variables are a key part of these. If you have "dates" that are not actual SAS date variables (numeric with a date type format such as date9 or yymmdd10) you may have introduced some oddities. I do not understand what this means:" if my historical week 1 is of 163 , historical week 2 is 115,". If that means you have a variable week with values like 1, 2, 3 that may be a part of the problem if the options you have used in the code (Hint) expect dates.
Be prepared to provide example data that behaves the way you describe the problem. If your data is sensitive then dummy is fine as long as variable values are "reasonable" (depends on options but typically not having every value the same) and generate similar output.