Search found 2 matches

by Axa
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: 2990

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...
by Axa
Wed Nov 08, 2006 1:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error using RowProcCompareWithPreviousValue
Replies: 1
Views: 2315

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 ...