Search found 2 matches
- Wed Feb 13, 2008 9:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading on import from Sequential file
- Replies: 1
- Views: 2989
Error reading on import from Sequential file
Hi All, When I am reading a delimitted extract file using a sequential file stage, I get the following error and eventually job is getting aborted. "Consumed more than 100,000 bytes looking for record delimiter; aborting" In this file, there is a column-data type long (which can have maximum of 1000...
- Wed Nov 08, 2006 1:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error using RowProcCompareWithPreviousValue
- Replies: 1
- Views: 2313
Error using RowProcCompareWithPreviousValue
Hi, I am trying to use the following expression: If RowProcCompareWithPreviousValue(Order_Details_in.OrderID) Then RowProcGetPreviousValue((Order_Details_in.UnitPrice- Order_Details_in.Discount)* Order_Details_in.Quantity) Else 0. I want to create a total per Order ID in the target file - the stage ...