Search found 9 matches

by scope123
Sun Jul 24, 2011 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP column order
Replies: 5
Views: 2686

exact colum names is must. it can be any order.
by scope123
Sun Jul 24, 2011 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 11)
Replies: 5
Views: 5451

Check the source query. there must be an issue. if you are passing the query as parameter. use escape character for single quotes.
by scope123
Sun Jul 24, 2011 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete records generation from before dataset issue?
Replies: 4
Views: 2185

Difference stage gives before dataset but not after dataset.
using which stage i can incorporate this logic? please suggest me.
by scope123
Sun Jul 24, 2011 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete records generation from before dataset issue?
Replies: 4
Views: 2185

Delete records generation from before dataset issue?

The problem was i was not able to get delete records out of the change capture.im getting a null value for all th columns in the record which was designated as a delete record.

can any one suggest me that why the values are empty?
by scope123
Sat Sep 25, 2010 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach to design?
Replies: 6
Views: 2939

So it will be the combination of Vertical Pivot and Horizontal Pivot.
Can any one just give an outline of the design.

is any other way to do the same in Datastage?
by scope123
Fri Sep 24, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach to design?
Replies: 6
Views: 2939

Yes the Number of columns are Fixed That is (A1 Series) is 3 and (Value Series) is 3
by scope123
Fri Sep 24, 2010 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach to design?
Replies: 6
Views: 2939

I have got the solution in SQL. Here Value1,Value2,Value3 Columns Values are numbers from source Select Emp,SValues,Sum(Case when COL_NM='A1' Then Sdummy Else Null End) AS A1, Sum(Case when COL_NM='A2' Then Sdummy Else Null End) AS A2, Sum(Case when COL_NM='A3' Then Sdummy Else Null End) AS A3 FROM ...
by scope123
Sun Sep 19, 2010 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach to design?
Replies: 6
Views: 2939

Can anyone suggest me?
by scope123
Sat Sep 18, 2010 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best approach to design?
Replies: 6
Views: 2939

Best approach to design?

Hi experts, I have requirement below. I mean that the output table columns are dynamic i.e A1..........An EMP COL_NM value1 value2 value3 ==== ===== ==== ==== ==== 100 A1 "NAME" 100 A2 100.00 200 A1 "NAME1" 200 A3 "Y" OUTPUT TABLE ========== EMP VALUES A1 A2 A3 A4 A5 .....