Search found 42189 matches
- Thu Jan 24, 2008 7:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Processing Binary data
- Replies: 3
- Views: 871
- Thu Jan 24, 2008 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reverting back to 7.5
- Replies: 5
- Views: 2493
- Thu Jan 24, 2008 7:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SERVER JOB NOT STOPPING!!!!!!
- Replies: 13
- Views: 4770
- Thu Jan 24, 2008 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Migrating 7.5.2 to 8.0.1 and Windows to Unix
- Replies: 10
- Views: 2679
Are you sure you need to change the line termination? It's all about who you are creating them for, other Windows or UNIX systems. If it's only for internal consumption by DataStage, it can handle either way without issue. Pretty sure the only 'con' to using DOS style line terminators on UNIX would ...
- Thu Jan 24, 2008 12:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine Activity-Triggers
- Replies: 11
- Views: 3782
- Thu Jan 24, 2008 12:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting of XML files
- Replies: 5
- Views: 2341
- Thu Jan 24, 2008 12:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do i check whether a particular patch installed or not
- Replies: 3
- Views: 903
- Thu Jan 24, 2008 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StartLoop
- Replies: 3
- Views: 1323
How are you 'ending the loop'? If you need to Terminate, just branch directly to a Terminator rather than trying to get out of the loop gracefully and then terminate. Same for the email - send it then terminate, all while still "inside" the loop. It won't mind. Much. You could also branch outside th...
- Thu Jan 24, 2008 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: want to get how many rows written/updated to the o/p file
- Replies: 6
- Views: 2642
- Thu Jan 24, 2008 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Question on Extraction
- Replies: 6
- Views: 1546
- Thu Jan 24, 2008 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reverting back to 7.5
- Replies: 5
- Views: 2493
- Thu Jan 24, 2008 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while running Dsjobs
- Replies: 12
- Views: 4280
- Thu Jan 24, 2008 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in viewing the data
- Replies: 4
- Views: 1145
- Thu Jan 24, 2008 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ignore one or more keys of an hashed file in a lookup
- Replies: 14
- Views: 3652
Usually there is more to it than simply putting a UV stage over the hashed file. As noted, you need a VOC entry and for many people that's unknown territory. It can also involve building / maintaining indexes over the remaining keys, otherwise lookup performance can be pitiful. Glad you got it sorte...
- Thu Jan 24, 2008 8:13 am
- Forum: General
- Topic: Data Stage Version Compatibility.
- Replies: 3
- Views: 1072
Yes, they "should" be but don't get used to importing new versions into old versions. While you can always "upgrade" by importing older version jobs into a newer version installation, the reverse is not always true. As noted, you're only getting away with it in this context because there is only a m...