Search found 18 matches

by JeanPierreHaddad
Thu Nov 28, 2002 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubtractMonth Routine
Replies: 3
Views: 1313

I have been using this one for a while. Hope it will help you. COMMON /MP/Month(12) * Takes a date in timestamp format and adds a number of days, months * * or years according to the 3rd argument: * "D" = days * "M" = months * "Y" = years Month(1)=31 Month(2)=28 Month(3...
by JeanPierreHaddad
Thu Nov 28, 2002 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SubtractMonth Routine
Replies: 3
Views: 1313

I have been using this one for a while. Hope it will help you. COMMON /MP/Month(12) * Takes a date in timestamp format and adds a number of days, months * * or years according to the 3rd argument: * "D" = days * "M" = months * "Y" = years Month(1)=31 Month(2)=28 Month(3...
by JeanPierreHaddad
Mon Nov 25, 2002 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Waiting for status
Replies: 6
Views: 1354

Or check the box on the job properties window that makes your job capable of running as multiple instances, then qualify each run request with an instance name, for example MyJob.Instance1, MyJob.Instance2, and so on. Is this multiple instances box in the Designer or the Director. In my version 4.0...