Search found 15603 matches
- Wed Oct 27, 2010 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Special character ascii value 191
- Replies: 0
- Views: 1604
- Wed Oct 27, 2010 7:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connecting to the server through DS Client
- Replies: 3
- Views: 1014
- Wed Oct 27, 2010 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage TIMESTAMP datatype
- Replies: 8
- Views: 2997
- Wed Oct 27, 2010 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loading error in DB2
- Replies: 7
- Views: 2597
- Wed Oct 27, 2010 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserving Sort Order After Join Stage
- Replies: 3
- Views: 1857
- Wed Oct 27, 2010 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issues compiling Parallel External Routine
- Replies: 16
- Views: 6055
- Wed Oct 27, 2010 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage float field
- Replies: 6
- Views: 1923
Floating point numbers are represented internally as a mantissa and exponent of e; thus not all possible floating point numbers can be represented exactly (this is one reason why financial institutions don't use the type but used fixed decimal representation instead). In this case I would guess that...
- Wed Oct 27, 2010 6:26 am
- Forum: General
- Topic: Outsourcing
- Replies: 1
- Views: 783
- Wed Oct 27, 2010 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage TIMESTAMP datatype
- Replies: 8
- Views: 2997
What is the actual format of the TIMESTAMP field in the file? If it is not an ASCII representation but a binary value, then you would need to know the exact format before it can be converted to another representation. Often the format, if binary, is a floating point number with some form of Julian d...
- Wed Oct 27, 2010 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Footer record for each group by value
- Replies: 7
- Views: 3896
- Wed Oct 27, 2010 6:15 am
- Forum: General
- Topic: Job dependency report
- Replies: 6
- Views: 3525
- Tue Oct 26, 2010 9:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row Delim
- Replies: 11
- Views: 2617
There is a reason for premium memberships to DSXChange and in this case there would seem to be two possible choices, either I could post the answer again as a non-premium message or you could change to premium membership. I am sure you can understand why choice 2 is the better route. Of course anoth...
- Tue Oct 26, 2010 9:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unix Top executed from DS returns no lines
- Replies: 7
- Views: 1427
Print out the contents of the variable "Output" to see what happens, i.e. do a
Code: Select all
CALL DSLogInfo('The command returned "':Output:'"','')- Tue Oct 26, 2010 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: remove new line carriage return from columns
- Replies: 1
- Views: 8127
You can use the convert() function to convert the characters you don't want into empty strings, i.e.
(ASCII 9, 10 and 13 are TAB, LF and CR respectively)
Code: Select all
Convert(Char(9):Char(10):Char(13),'',In.StringColumn)- Tue Oct 26, 2010 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issues compiling Parallel External Routine
- Replies: 16
- Views: 6055