Search found 53125 matches
- Sun Jun 01, 2008 2:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting a nullable source to a non-nullable result
- Replies: 17
- Views: 6320
- Sun Jun 01, 2008 2:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer issue
- Replies: 30
- Views: 8541
- Sun Jun 01, 2008 2:13 pm
- Forum: General
- Topic: Remove duplicates in Datastage MVS edition
- Replies: 8
- Views: 3621
- Sun Jun 01, 2008 2:12 pm
- Forum: General
- Topic: Transfer Data Dynamically
- Replies: 2
- Views: 1059
- Sun Jun 01, 2008 2:11 pm
- Forum: General
- Topic: Sequential Files, Timestamps, Null values and Asterisks
- Replies: 26
- Views: 15059
- Sun Jun 01, 2008 2:08 pm
- Forum: General
- Topic: Best way to abort a job
- Replies: 13
- Views: 5398
- Sat May 31, 2008 11:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer issue
- Replies: 30
- Views: 8541
- Sat May 31, 2008 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Porblem with config file
- Replies: 9
- Views: 2716
- Sat May 31, 2008 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning
- Replies: 5
- Views: 1631
- Sat May 31, 2008 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete jobs/categories from commanline
- Replies: 9
- Views: 3458
No. That would certainly cripple the job, but would not delete it. There are many other entries for a job, including in DS_JOBOBJECTS, VOC and all the job-specific repository tables DS_TEMPnnn and RT_*nnn and their corresponding file dictionaries, not to mention dependencies that might be recorded i...
- Sat May 31, 2008 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: automated sequence numbers
- Replies: 12
- Views: 3801
- Sat May 31, 2008 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting a nullable source to a non-nullable result
- Replies: 17
- Views: 6320
You say you have five columns, you show me a record schema with three columns, and that you are discarding two of those. Why not select just the one column that you need? To get rid of the error, just do as it says - add some null handling. I suspect there is more to your job design than you are tel...
- Sat May 31, 2008 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: arabic data reading problem
- Replies: 10
- Views: 5388
- Sat May 31, 2008 4:16 pm
- Forum: General
- Topic: Sequential Files, Timestamps, Null values and Asterisks
- Replies: 26
- Views: 15059
- Sat May 31, 2008 4:14 pm
- Forum: General
- Topic: Remove duplicates in Datastage MVS edition
- Replies: 8
- Views: 3621
Welcome aboard. Add a sort ahead of the Aggregator stage, sorting by the grouping (duplicate identifier) keys. You can use a Sort stage or, if the data are coming from a relational table, specify the ordering in the extraction. On the Output page General tab, select the Group By option rather than t...