Search found 6797 matches
- Thu Dec 28, 2006 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of DataStage
- Replies: 7
- Views: 1673
Officially, server jobs do not support BLOB data type. You may have been lucky up to now in that your BLOBs have been small enough, and now you've encountered one that's too large. Try explaining that to your 'Boss'. That was just a suggestion as it fixed the problem. But guess Ray hit the bull's e...
- Thu Dec 28, 2006 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The specified field does not exist in the view adapted schem
- Replies: 7
- Views: 5538
- Thu Dec 28, 2006 8:19 am
- Forum: General
- Topic: How to pass value to job status
- Replies: 1
- Views: 1062
- Thu Dec 28, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RunDate & Time as "Target Table Name"
- Replies: 4
- Views: 1208
You need one job that builds a text file, say 'queryDate.txt' that contains the very first date. Say the very first record is dated 1997-01-01. This date will be present in the 'queryDate.txt'. The second job will be your main job that does the select from the oracle table and does as you developed ...
- Wed Dec 27, 2006 10:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding subroutine DSSENDMAIL
- Replies: 8
- Views: 1709
- Wed Dec 27, 2006 9:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparing columns
- Replies: 5
- Views: 1636
- Wed Dec 27, 2006 9:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of DataStage
- Replies: 7
- Views: 1673
- Wed Dec 27, 2006 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simulating restartability
- Replies: 13
- Views: 3167
- Wed Dec 27, 2006 9:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparing columns
- Replies: 5
- Views: 1636
You can probably write a basic routine. Do a character by character comparison. If they match store it in one variable and if it does not, store it in another. Get the size of both these variables and mainpulate the percentage to get the percentage of match and return the appropriate value. FUNCTION...
- Wed Dec 27, 2006 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding DSRUNJOB JOBCONTROL SUBROUTINE
- Replies: 22
- Views: 6430
Well thats good but at times, you just cross the bridge when you come to it. DSRunJob() is a function and used in jobcontrol when you have to control the complete process. UtilityRunJob() is a utility provided by DataStage which runs the job and can be invoked inside the transformer. But it will be ...
- Wed Dec 27, 2006 5:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding aggregator stage
- Replies: 10
- Views: 2337
- Wed Dec 27, 2006 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of DataStage
- Replies: 7
- Views: 1673
- Wed Dec 27, 2006 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can DataStage call Oracle APIs?
- Replies: 7
- Views: 2463
- Wed Dec 27, 2006 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dos to unix on Linux environment
- Replies: 18
- Views: 5914
- Wed Dec 27, 2006 2:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding DSRUNJOB JOBCONTROL SUBROUTINE
- Replies: 22
- Views: 6430
You got it wrong again. Take a deep breath, close your eyes for 10 seconds and then read the following. - It is not possible to add job control code of the same job that you are working on in its job properties. When you go to Job properties, to the Job Control tab. You will see a drop down option. ...