date issue

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
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

date issue

Post by dr.murthy »

Hi ,,
could you please tell me is there any function in datastge that subtracts days from date
for ex: if date is 21-04-2010 then output should be 20-04-2010


thanks in advance...
D.N .MURTHY
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The Parallel Job Developer Guide describes the

DateFromDaysSince() function, which returns a date with a date input and an integer (number of days) input.
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

Thanks its working fine...
D.N .MURTHY
Post Reply