Why?
What kind of "binary"? After all, every decimal number is already in a binary form within DataStage.
Do you need some form of "packed decimal", or perhaps binary coded decimal representation?
I guess the easiest way is to write via a Complex Flat File stage.
Search found 53125 matches
- Mon Mar 02, 2009 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Convert Decimal to binary
- Replies: 6
- Views: 3660
- Mon Mar 02, 2009 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round after 2 decimals place
- Replies: 2
- Views: 1497
- Mon Mar 02, 2009 4:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Error
- Replies: 3
- Views: 1569
- Mon Mar 02, 2009 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Flat file Input to XML Output
- Replies: 8
- Views: 3157
- Mon Mar 02, 2009 12:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Representing ds job in xml
- Replies: 3
- Views: 1069
- Mon Mar 02, 2009 12:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformer question
- Replies: 4
- Views: 1234
I am a server job guru (!) and wish to clarify as follows. If two Transformer stages - or any kind of active stages - are directly connected by a link then, by default, they will run in the same process. Enabling inter-process row buffering, whether at the job level or by placing an IPC stage betwee...
- Mon Mar 02, 2009 12:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning: This data source does not support transactions
- Replies: 1
- Views: 1241
- Mon Mar 02, 2009 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Blob Data and DRS stage
- Replies: 3
- Views: 1637
- Mon Mar 02, 2009 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata driven job execution
- Replies: 4
- Views: 1245
- Mon Mar 02, 2009 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Error
- Replies: 3
- Views: 1569
- Sun Mar 01, 2009 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting 2 million rows
- Replies: 4
- Views: 1783
- Sun Mar 01, 2009 6:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Bulk load in update mode
- Replies: 1
- Views: 773
- Sun Mar 01, 2009 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: retrict the number of process of one stage with in a job
- Replies: 9
- Views: 2498
- Sun Mar 01, 2009 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Netezza Stage in Server Edition Jobs
- Replies: 9
- Views: 2556
- Sun Mar 01, 2009 6:14 pm
- Forum: General
- Topic: Reading a DS_JOBOBJECTS subrecord
- Replies: 5
- Views: 2034
Yep. Multiple ReadV is a waste of I/O. Do a single Read, then use Field() or Extract() to pull out the individual multi-valued fields. Then use Field() or Extract() or angle-bracket notation to access the individual values. All Collections in DataStage are stored in the local repository as either as...