populating given date to next day date

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ravi_etl
Participant
Posts: 9
Joined: Tue Jul 15, 2008 10:11 pm

populating given date to next day date

Post by ravi_etl »

Hi All,

I have a problem of adding '1' to date and populating as a next date.
for the date value coming in as 20091015 I need to add '1' and make it
to 20091016. Do we have any solution for this kind of problem.


Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What kind of problem are you having? In a transformer you can use the DateFromDaysSince() function as one way to do this.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply