that having been said, look up EXACTNUMERIC if your problem occurs with number of greater than 15 digits.
Search found 15603 matches
- Mon Feb 22, 2010 4:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Large numbers problem
- Replies: 2
- Views: 1319
- Mon Feb 22, 2010 2:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with MQ Stage - reading only part of the message
- Replies: 2
- Views: 1384
- Fri Feb 19, 2010 3:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling in schema file
- Replies: 19
- Views: 22772
- Thu Feb 18, 2010 11:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join of tables with huge volume of data - scratch space
- Replies: 8
- Views: 3320
Unless your Database is partitioned, going for more nodes in your configuration file is not going to make a positive difference. So far the only size you've mentioned is the 35Gb of scratch. Since we have no idea of the sizes of the two data sources it is impossible to make any suggestions or progno...
- Thu Feb 18, 2010 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any limitation on size when using Iconv and Oconv with "
- Replies: 29
- Views: 7641
- Wed Feb 17, 2010 12:12 pm
- Forum: General
- Topic: Difference between Datastage v8 Unix and Windows
- Replies: 11
- Views: 3378
- Wed Feb 17, 2010 12:10 pm
- Forum: General
- Topic: Check if a job has been compiled?
- Replies: 4
- Views: 1803
- Wed Feb 17, 2010 12:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any limitation on size when using Iconv and Oconv with "
- Replies: 29
- Views: 7641
I think that the exactnumeric change to 19 ought to do it.
Code: Select all
BinaryString = '110110110100001010010101010101000010101010'
BinaryStringLen = LEN(BinaryString)
Result = 0
FOR Exponent = 1 TO BinaryStringLen
Result += BinaryString(BinaryStringLen-Exponent+1) * (2**Exponent)
NEXT Exponent
- Wed Feb 17, 2010 11:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join of tables with huge volume of data - scratch space
- Replies: 8
- Views: 3320
Re: Join of tables with huge volume of data - scratch space
Once your data for left and right parts of join is sorted on the join keys then your job won't need excessive amounts of scratch space. It will need scratch space for sorting. You didn't mention how many Mb/Gb your two data tables are.
- Wed Feb 17, 2010 11:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any limitation on size when using Iconv and Oconv with "
- Replies: 29
- Views: 7641
- Wed Feb 17, 2010 10:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compress Sequential File
- Replies: 8
- Views: 6373
- Wed Feb 17, 2010 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compress Sequential File
- Replies: 8
- Views: 6373
- Wed Feb 17, 2010 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 8.01 end-of-wave not working
- Replies: 10
- Views: 2427
- Wed Feb 17, 2010 7:40 am
- Forum: General
- Topic: job parameter
- Replies: 4
- Views: 1402
- Wed Feb 17, 2010 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to update the job version number automatically
- Replies: 6
- Views: 3685