Search found 42189 matches
- Tue Aug 13, 2013 9:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type, Possible range limit
- Replies: 4
- Views: 1357
- Tue Aug 13, 2013 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit conversion from source type, Possible range limit
- Replies: 4
- Views: 1357
So is your source decimal(13,9) or decimal(13,2)? While you can 'convert' one to the other (13,2 to 9,2), you're going to get that 'limitation' warning when going from a larger field to a smaller one since technically one may not fit into the other. If you are certain the values in the source will a...
- Tue Aug 13, 2013 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot is hanging
- Replies: 8
- Views: 1462
- Mon Aug 12, 2013 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date - 1 day transformationm
- Replies: 2
- Views: 1248
- Mon Aug 12, 2013 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL with DB2 and ODBC stage
- Replies: 6
- Views: 2681
- Sat Aug 10, 2013 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import consumed only x bytes warning
- Replies: 5
- Views: 5938
- Fri Aug 09, 2013 7:50 am
- Forum: General
- Topic: Filter condition based on value in field
- Replies: 1
- Views: 805
- Fri Aug 09, 2013 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL with DB2 and ODBC stage
- Replies: 6
- Views: 2681
- Fri Aug 09, 2013 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric field - loss of precision on large numbers
- Replies: 10
- Views: 5826
- Thu Aug 08, 2013 7:15 am
- Forum: General
- Topic: Import a Text File in Cobol Format
- Replies: 2
- Views: 1270
- Wed Aug 07, 2013 10:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Trim() and TrimLeadingTrailing()
- Replies: 4
- Views: 5074
- Wed Aug 07, 2013 10:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric field - loss of precision on large numbers
- Replies: 10
- Views: 5826
- Wed Aug 07, 2013 10:14 pm
- Forum: General
- Topic: Losing log in multi instance enabled Job version 8.1 linux
- Replies: 4
- Views: 3238
- Wed Aug 07, 2013 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric field - loss of precision on large numbers
- Replies: 10
- Views: 5826
- Wed Aug 07, 2013 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning - Import consumed only n bytes of record
- Replies: 7
- Views: 7176
Typically you see that message on a fixed-width file, is that what you have? Short answer (which the search should have turned up) is your metadata doesn't match with the actual data in the file, specifically it is expecting all of your records to be 208 bytes in length and it found one that ended a...