Search found 5168 matches
- Sun Aug 06, 2006 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIT/UAT
- Replies: 4
- Views: 1636
- Sun Aug 06, 2006 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SIT/UAT
- Replies: 4
- Views: 1636
kashif007 - At max system integration test will be done by you and UAT will be done only by users. (Else it shouldnt be UAT ). During unit testing, you might have tested each job to work with the sample data given at your development site. Make sure you dont have any warnings or error in this level....
- Sun Aug 06, 2006 2:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null handling
- Replies: 3
- Views: 1014
The column (not nullable) in the sequential file for which the warning is emerging needs a null handling, you have DefaultNullValue option in column properties. You can set to any default value. Out of three option that you have tried, just the first will help not the rest. Or you can try with handl...
- Sun Aug 06, 2006 1:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count always correct?
- Replies: 6
- Views: 2146
- Sun Aug 06, 2006 1:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dropping null columns in tranformer
- Replies: 4
- Views: 1177
You cannot change the metadata dynamically, but you can achive you requirement by some work arround. Read all the 250 column as single varchar column along with delimeter. Check for '' between two delimeter. If so exclude it. Say if you delimeter is ',' then something like if inputfield[i,2]=',,' th...
- Sun Aug 06, 2006 1:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generating an xml file with required timestamp
- Replies: 3
- Views: 958
- Sun Aug 06, 2006 1:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hardcode value
- Replies: 3
- Views: 797
- Sun Aug 06, 2006 1:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: create an extract
- Replies: 10
- Views: 3836
- Fri Aug 04, 2006 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control Aborting with "Job is not a runnable state&
- Replies: 4
- Views: 4427
- Fri Aug 04, 2006 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can you divide memory among partitions?
- Replies: 3
- Views: 3680
- Fri Aug 04, 2006 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in accessing Data from Oracle
- Replies: 1
- Views: 686
- Fri Aug 04, 2006 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to preventing the join stage from sorting the records
- Replies: 18
- Views: 5206
Iam limited to PX access, so couldnt justy whats been said. balajisr - Dosent your job any sort (explict sort stage/ inline sort thorugh link). If no, it shows that, the stages like join, insert an implict sort during runtime (irrespective of the partition been ment). And this can be controlled only...
- Fri Aug 04, 2006 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: non delimiter file
- Replies: 13
- Views: 4688
- Fri Aug 04, 2006 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While running multiple instances
- Replies: 30
- Views: 11242
- Fri Aug 04, 2006 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Combinability mode. What is it used for?
- Replies: 4
- Views: 1178
Each stage can be of single operator or of many. So if you have n stages in a job, with m nodes, you will end up with n*m process running simulteneously. There are some operators which can be combined during runtime. By allowing the combinability to true you make them to combine and hence, the requi...