Search found 42189 matches
- Sun Mar 29, 2009 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to understand Datastage Director Warning
- Replies: 5
- Views: 2373
- Sat Mar 28, 2009 9:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing With Special Characters ...
- Replies: 6
- Views: 3067
- Sat Mar 28, 2009 9:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing With Special Characters ...
- Replies: 6
- Views: 3067
Re: Dealing With Special Characters ...
However, when I try to load the single character into the database, it rejects the reject. Rejects how, exactly? Can you post the entire message? Yes, UTF-8 is a "multi-byte encoding" character set. Certain things like your umlaut can cause it to need two (and other things even three) byt...
- Sat Mar 28, 2009 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing With Special Characters ...
- Replies: 6
- Views: 3067
- Sat Mar 28, 2009 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing With Special Characters ...
- Replies: 6
- Views: 3067
Sometimes known as an "O-with-dots", the dots are a diacritic mark known as an umlaut or diaeresis or trema as well, it seems. So "O-umlaut".
Is your install "NLS enabled"? Assuming yes, but need to double-check. Also what stage are you using with DB2?
Is your install "NLS enabled"? Assuming yes, but need to double-check. Also what stage are you using with DB2?
- Fri Mar 27, 2009 1:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing a job for x number of lines in a file
- Replies: 15
- Views: 3467
- Fri Mar 27, 2009 1:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command - error while using ./dsenv
- Replies: 2
- Views: 2183
You don't "run" it like that, you're missing a "dot space" in front:
That's how you "source" the file, btw.
Code: Select all
. ./dsenv- Fri Mar 27, 2009 11:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob command in LINUX - 'command not found' error
- Replies: 1
- Views: 2756
- Fri Mar 27, 2009 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing a job for x number of lines in a file
- Replies: 15
- Views: 3467
Silly thought, but why not use sed to add a comma (or whatever) to the end of each line?
Results would go to stdout and thus easily picked up in your UserVariables stage.
Code: Select all
sed 's/$/,/' filename- Fri Mar 27, 2009 9:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UtilityHashLookup Transform Function
- Replies: 5
- Views: 1841
- Fri Mar 27, 2009 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing a job for x number of lines in a file
- Replies: 15
- Views: 3467
- Fri Mar 27, 2009 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing a job for x number of lines in a file
- Replies: 15
- Views: 3467
- Fri Mar 27, 2009 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Altering Environmental files for Dynamic RDBMS stage
- Replies: 1
- Views: 770
- Fri Mar 27, 2009 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk characters in char column of DB2 Table
- Replies: 5
- Views: 2611
- Fri Mar 27, 2009 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting the file
- Replies: 3
- Views: 1307