Search found 5 matches

by Piyush Singh Chauhan
Mon Jul 20, 2015 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 5123

Worst part is we have to do operations one the same key column
by Piyush Singh Chauhan
Mon Jul 20, 2015 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 5123

But now instead of null we have to populate the previous entry for the same key field in the columns
by Piyush Singh Chauhan
Mon Jul 20, 2015 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 5123

Thanks for your replies. Apologies for wrong explanation. Initially we were having type 2, but now we have to implement logic like below example. I have tried using stage variable and storing the values in it then using the same stage varibale to pass the value if the value is null, but this is not ...
by Piyush Singh Chauhan
Mon Jul 20, 2015 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Historization in Datastage Parallel job.
Replies: 8
Views: 5123

Historization in Datastage Parallel job.

I Have a situation in which I have to implement the below logic. Existing record in the DB: Key COL_A COL_B COL_C END_DT LTST_FLG 55 123 abc def 31/12/9999 Y 3 updates on the key 55 Key COL_A COL_B COL_C time 55 456 3/07/2015 8:00 55 ghi 3/07/2015 9:00 55 jkl 3/07/2015 10:00 Result should be like th...
by Piyush Singh Chauhan
Tue Aug 19, 2014 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacement for function DSGetLinkinfo in Parallel
Replies: 2
Views: 2097

Replacement for function DSGetLinkinfo in Parallel

Hi All, We are upgrading server 7.5 version jobs to parallel 9.1 version. We came across "DSGetLinkinfo" function in server which is used to get the number of records passed to the DB. Do we have to write server/parallel routine or we can implement this by using the existing function prese...