Search found 53125 matches
- Thu Apr 08, 2010 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Version upgrades
- Replies: 4
- Views: 1464
- Thu Apr 08, 2010 4:15 pm
- Forum: IBM QualityStage
- Topic: QualityStage Job aborts intermittently
- Replies: 4
- Views: 3105
The fact that it's -APT_SectionLeaderFlag suggests there's a problem starting/communicating with processes on other nodes, possibly during startup. Enable the reporting environment variable that shows startup to investigate further. I can't see any evidence (yet) that it's memory related. APT_DISABL...
- Thu Apr 08, 2010 4:11 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: What version introduced Data Rules?
- Replies: 6
- Views: 4382
The IBM web site suggests it's 8.1.2
- Thu Apr 08, 2010 3:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Duplicate
- Replies: 3
- Views: 1926
Create stage variables derived using Field() function to extract the two fields.
Create a new output field derived as
Use that new field (sorted) as the key on which to remove duplicates.
Create a new output field derived as
Code: Select all
If svField1 <= svField2 Then InLink.TheValue Else svField2 : "~" : svField1- Thu Apr 08, 2010 3:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To Compare 2 dates
- Replies: 17
- Views: 7894
- Thu Apr 08, 2010 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To Compare 2 dates
- Replies: 17
- Views: 7894
- Thu Apr 08, 2010 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema
- Replies: 6
- Views: 3271
- Thu Apr 08, 2010 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To Compare 2 dates
- Replies: 17
- Views: 7894
- Thu Apr 08, 2010 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To check the value of a decimal column is negative/positive
- Replies: 3
- Views: 1780
- Thu Apr 08, 2010 2:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple instance job finished, but don't do anything
- Replies: 11
- Views: 3372
- Thu Apr 08, 2010 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with VOC File.
- Replies: 6
- Views: 2114
- Thu Apr 08, 2010 12:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with VOC File.
- Replies: 6
- Views: 2114
I provided a complete solution. And corrected your erroneous syntax. You need to obtain premium membership to see my complete reply. Premium membership is one of the ways that the hosting and bandwidth costs of DSXchange are funded. It's not expensive, at less than 30c per day, and the benefits do o...
- Wed Apr 07, 2010 11:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with VOC File.
- Replies: 6
- Views: 2114
There is no problem with your VOC file. You have not understood the syntax and requirements. 1. You need to copy not only hOCC_FACT but also D_hOCC_FACT to the other directory. 2. You need to delete a record from VOC, not construct a command. Use a standard SQL statement such as DELETE FROM VOC WHER...
- Wed Apr 07, 2010 7:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import MetaData (UniData Files)
- Replies: 1
- Views: 1250
- Wed Apr 07, 2010 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mainframe DB2 connection problem
- Replies: 5
- Views: 7249