could u please tell me What is the Output?

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
sreenivas.786
Participant
Posts: 2
Joined: Thu Mar 20, 2008 8:41 am
Location: Bangalore

could u please tell me What is the Output?

Post by sreenivas.786 »

If MonthFromDate(SVarReportDt) = 9 or MonthFromDate(SVarReportDt) = 10 or MonthFromDate(SVarReportDt) = 11 then
DateFromDaysSince(-1, StringToDate(SVarYear : "-" : SVarMonth : "-01") ) else
DateFromDaysSince(-1, StringToDate(SVarYear : "-" : "0" : SVarMonth : "-01") )
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. When you mark a thread as resolved at DSXchange it is customary to make a short post explaining how it was resolved. Please do so.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply