Your posts are always so badly worded.... You should sit down and think about what you're asking and how to explain it to someone who isn't a mind-reader.
I really have no idea what you're trying to do.
But I'm going to interpret this to mean that you want, in your undated page, a series containing three month intervals:
Code: Select all
smpl @first @first
series months = @dateval("01/04/1998")
smpl @first+1 @last
weeks = @dateadd(months(-1), 3,"m")
Which is essentially the same code I gave in the first response, just changing it from weekly to monthly and from one week to 3 months.