May I know the purpose of using trim for all the column.
Yes, you try the option suggested by prabu. By using trim, you are removing the left out space, where the target expects at least 5 space in the char. If trim is part of your logic, you can use handle_null.
Search found 5168 matches
- Mon Jul 03, 2006 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling
- Replies: 17
- Views: 5151
- Mon Jul 03, 2006 12:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Join stage
- Replies: 7
- Views: 4361
I got the similar kind of message in my case the joining key was decimal when I converted that to varchar , its is working fine. Not really sure if Join Stage can handle numeric keys Join stage will work irrespective of data types, but this error message is different from what you expect. Is you so...
- Mon Jul 03, 2006 12:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While Running a Job
- Replies: 3
- Views: 1839
- Sun Jul 02, 2006 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling
- Replies: 17
- Views: 5151
- Sun Jul 02, 2006 11:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: telenting
- Replies: 5
- Views: 1512
- Sun Jul 02, 2006 11:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: defaulting ENV var through job without storing into file
- Replies: 6
- Views: 1332
Can you tell us,what is your exact requirement. If you need to pass on some value from one job to another as parameter, you can use JobStatus option available in JobSequence. Search for the same, it has been discussed. Optionally, you can write to a external file, say hashed or sequential file, and ...
- Sun Jul 02, 2006 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: comparing a column of current row with column of previus row
- Replies: 4
- Views: 1474
- Sun Jul 02, 2006 11:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upgrade from v7.0.1 to v7.5.2
- Replies: 8
- Views: 2234
- Sun Jul 02, 2006 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs not firing
- Replies: 11
- Views: 2091
- Sun Jul 02, 2006 11:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling
- Replies: 17
- Views: 5151
- Sun Jul 02, 2006 11:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Connection Timeout
- Replies: 3
- Views: 915
- Fri Jun 30, 2006 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 16
- Views: 4057
- Fri Jun 30, 2006 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error view data
- Replies: 6
- Views: 4866
- Fri Jun 30, 2006 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instnces in both Parent-Child Jobs
- Replies: 2
- Views: 846
- Fri Jun 30, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Packed decimal data type from A flat file
- Replies: 21
- Views: 5706
I think my packed fields has characters also... I am getting thid error when I used the routine "Error, unable to convert ' Z ' into number". Could you please tell me how to convert this. Your input shouldnt be declared as integer. It was asked to make as character and output after the conversion s...