Search found 53125 matches
- Fri Oct 17, 2014 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to specify primary key on OSD used by DataStage
- Replies: 2
- Views: 1296
- Fri Oct 17, 2014 4:40 pm
- Forum: General
- Topic: Metadata Query to find out attributes for a job
- Replies: 5
- Views: 2144
- Fri Oct 17, 2014 4:37 pm
- Forum: General
- Topic: Not able to Save, Compile or Import jobs in a project
- Replies: 9
- Views: 3724
- Fri Oct 17, 2014 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Queries
- Replies: 6
- Views: 2055
- Fri Oct 17, 2014 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Thu Oct 16, 2014 9:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage job running forever
- Replies: 1
- Views: 1610
- Thu Oct 16, 2014 9:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can debug option in 8.7 replace peek stage
- Replies: 7
- Views: 3643
- Thu Oct 16, 2014 6:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Thu Oct 16, 2014 4:01 pm
- Forum: General
- Topic: Running single job for all value file set
- Replies: 8
- Views: 2082
- Wed Oct 15, 2014 7:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using a state file or Database
- Replies: 7
- Views: 6765
- Wed Oct 15, 2014 6:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file unable to initialize importer
- Replies: 4
- Views: 2005
- Wed Oct 15, 2014 6:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
Or, to go completely overboard
Then you get control of the rounding to some extent.
Code: Select all
( DecimalToDecimal(A) / DecimalToDecimal(30) ) * DecimalToDecimal(B)- Wed Oct 15, 2014 6:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key using a state file or Database
- Replies: 7
- Views: 6765
System generated block size should be OK unless you have some particular reason for differing. There is no convenient way to maintain state information in XMETA. (And that's not what XMETA is for.) Updating the state file from two different jobs is, at the very least, dangerous. But you can read (bl...
- Wed Oct 15, 2014 6:15 pm
- Forum: General
- Topic: Retrieving already run job information to populate a table
- Replies: 3
- Views: 949
You can find ETLStats here when you're ready.
- Wed Oct 15, 2014 3:28 pm
- Forum: General
- Topic: Retrieving already run job information to populate a table
- Replies: 3
- Views: 949