Search found 53125 matches
- Fri Feb 08, 2008 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture Stage Warning
- Replies: 4
- Views: 3354
- Fri Feb 08, 2008 2:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Heap allocation failed
- Replies: 5
- Views: 2695
- Fri Feb 08, 2008 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Oracle Error Code From Enterprise Stage
- Replies: 1
- Views: 651
- Fri Feb 08, 2008 2:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase truncation error causing job failure
- Replies: 4
- Views: 2621
- Fri Feb 08, 2008 2:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Testing a hash, want to do a single lookup and write result
- Replies: 2
- Views: 853
- Fri Feb 08, 2008 1:59 pm
- Forum: General
- Topic: DB2II apply job passing row data to DS job
- Replies: 4
- Views: 1736
- Fri Feb 08, 2008 1:55 pm
- Forum: Enhancement Wish List
- Topic: Design Alignment on canvas
- Replies: 2
- Views: 1981
- Fri Feb 08, 2008 3:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparison between Database and dataset
- Replies: 13
- Views: 2980
Take a look at the job score. Your Lookup stage generates a "composite operator" (two operators called LUT_CreateOp and LUT_ProcessOp). The first of these loads data from your table into a virtual Data Set and builds an index on it. The second actually performs the lookups, via the index, into the v...
- Fri Feb 08, 2008 3:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: profile stage in Datastage 8.0
- Replies: 6
- Views: 3381
ProfileStage is not a stage in DataStage, it's a separate product like AuditStage, MetaStage and QualityStage. As ltsaur notes, ProfileStage per se no longer exists; it is replaced with a tool called Information Analyzer which is mainly the old ProfileStage plus a small amount of the investigation c...
- Fri Feb 08, 2008 3:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Resetting a job
- Replies: 13
- Views: 3181
Your last sentence is completely erroneous - whether or not a job is multi-instance enabled has no bearing whatsoever on whether it can be reset successfully. To be reset successfully a job must simply be not in a runnable state and contain no quirks that prevent its being reset. DSPrepareJob() - th...
- Fri Feb 08, 2008 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version Controlling
- Replies: 3
- Views: 1060
- Fri Feb 08, 2008 3:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OPTIMIZATION
- Replies: 5
- Views: 1132
- Fri Feb 08, 2008 12:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OPTIMIZATION
- Replies: 5
- Views: 1132
- Fri Feb 08, 2008 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version Controlling
- Replies: 3
- Views: 1060
- Fri Feb 08, 2008 12:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: In Datastage px Time Stamp issuse
- Replies: 4
- Views: 1225
Welcome aboard. The data type Timestamp is specified, in ISO 8601 and elsewhere, to contain seconds. If your data type must be Timestamp, you must live with the seconds. Even if your data type is Time you must live with the seconds. Wherever they are stored, you can elect not to display the seconds ...