Search found 2 matches

by ssunkad
Thu Aug 27, 2009 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup Fails.
Replies: 2
Views: 2175

Sparse lookup Fails.

Hi, We have a DB2 table which contains more than 100 million records. And this table is a part of container logic, where we are performing sparse lookup on this table twice in the same job using ODBC Stage. This Job runs fine, if we pass less than 100 Records. If Records are more than 100, Job abort...
by ssunkad
Fri Oct 03, 2008 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with file delimiter.
Replies: 1
Views: 1146

Problem with file delimiter.

We are getting pipe line delimited file in production and splitting it using the following logic. else if svRecNum='510' and len(Field(in_D0225.Column1,'|',14)) >40 then Field(in_D0225.Column1,'|',14) else if svRecNum='510' and len(Field(in_D0225.Column1,'|',15)) >40 then Field(in_D0225.Column1,'|',...