Thanks for the reply, Fabian. I eagerly tried just using CurrentDate(9) and CurrentDate()+9 and neither of those worked. So then I tried DateAdd(day, 9, CurrentDate()) and DateAdd("d", 9, CurrentDate()) and DateAdd("day", 9, CurrentDate()) and none of those worked. I was finding myself a bit demoralized so I had a coffee, took some deep breathes, and did some more research. I discovered that GetDate() may be more appropriate so my spirits rallied and I tried various incarnations of that, including DateAdd(day, 9, GetDate()) and DateAdd("day", 9, GetDate()) but none of those worked. Further digging uncovered a forum thread from a few years ago that indicated that the IS(WHERE) in AIX jobs doesn't support T-SQL so we may be out of luck but I'd love to have some confirmation from DW Support since that thread was several years old, which means things may changed for DW 7.x