Search found 15603 matches
- Tue Dec 18, 2007 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Unprintable characters
- Replies: 11
- Views: 8575
- Tue Dec 18, 2007 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Purpose of setting Nullable property as 'No'??
- Replies: 18
- Views: 2912
Ok, you now have the 3rd option - neither NULL nor SQL.NULL but just an empty field. This will come into a VarChar field as '', or an empty string {which is very different from null!}. What Minhajuddin wrote now applies, but only sort-of. Basically, unless you are loading to a VarChar2 Oracle these ...
- Tue Dec 18, 2007 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to removw the duplicate words in thecolumn
- Replies: 2
- Views: 841
There is no single function in DataStage that will do this for you. It isn't a complex thing to do in either a Server BASIC program or a C++ routine, though. I would assume that the space character is the token delimiter and then write a loop to check each token with all following ones to check for ...
- Tue Dec 18, 2007 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Purpose of setting Nullable property as 'No'??
- Replies: 18
- Views: 2912
Ok, let us take things step by step. Normally this type of problem starts with mistaking an ASCII NUL and SQL NULL values for the same thing. Normally, a sequential file doesn't contain SQL NULLs. So as the first step let us see what kind of values we are dealing with. Use your favorite editor to lo...
- Tue Dec 18, 2007 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Purpose of setting Nullable property as 'No'??
- Replies: 18
- Views: 2912
- Tue Dec 18, 2007 7:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Purpose of setting Nullable property as 'No'??
- Replies: 18
- Views: 2912
- Tue Dec 18, 2007 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance upgradation needed in datastage 7.X
- Replies: 4
- Views: 1009
- Tue Dec 18, 2007 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP stage
- Replies: 10
- Views: 4139
- Tue Dec 18, 2007 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simultaneously appending data to same dataset
- Replies: 8
- Views: 3573
- Tue Dec 18, 2007 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass job parameters to the called script in after subroutine
- Replies: 3
- Views: 1390
- Tue Dec 18, 2007 6:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify stage Error
- Replies: 5
- Views: 1288
Well, I just did the same thing in a test program and it worked like a charm, except when I miss-spelled a column and then I got a "The modify operator has a binding for the non-existent output field "TESTTER"." I can't see what might be causing this error. If you rename your input/output columns do...
- Tue Dec 18, 2007 6:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reg:Data validation using DB2 Load Utility
- Replies: 2
- Views: 1479
- Tue Dec 18, 2007 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Purpose of setting Nullable property as 'No'??
- Replies: 18
- Views: 2912
- Tue Dec 18, 2007 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP stage
- Replies: 10
- Views: 4139
- Tue Dec 18, 2007 5:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Macro
- Replies: 2
- Views: 1114