Search found 3 matches

by Harshavardhan
Tue Mar 10, 2009 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incrementing values in datastage going wrong
Replies: 13
Views: 12217

Re: Incrementing values in datastage going wrong

First make sure that all your stage variables are in order, dont initialize stage variable to "0" make it "1" and then it should work fine. If (Sgnew= Sgold) Then (Sgnum+001) Else 001 ==> Sgdev If (Sgdev= Sgnum+001) Then Sgnum+ 001 Else 001 ==> Sgnum Sgdev is NUMBER. Best Regards...
by Harshavardhan
Tue Mar 10, 2009 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incrementing values in datastage going wrong
Replies: 13
Views: 12217

Re: Incrementing values in datastage going wrong

First make sure that all your stage variables are in order, dont initialize stage variable to "0" make it "1" and then it should work fine. If (Sgnew= Sgold) Then (Sgnum+001) Else 001 ==> sgdev If (Sgdev= Sgnum+001) Then Sgnum+ 001 Else 001 ==> sgnum sgdev is NUMBER. Best Regards...
by Harshavardhan
Fri Mar 06, 2009 6:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ardent DataStage (vs) IBM DataStage
Replies: 1
Views: 1922

Ardent DataStage (vs) IBM DataStage

What is the difference Between Ardent DataStage and IBM DataStage, Is any body using Ardent DataStage.