Search found 53125 matches
- Sat Feb 03, 2007 12:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract records with most recent date
- Replies: 2
- Views: 926
- Fri Feb 02, 2007 3:34 pm
- Forum: Site/Forum
- Topic: Getting logged out during session
- Replies: 17
- Views: 9495
- Fri Feb 02, 2007 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting the job status to raise warning signal
- Replies: 12
- Views: 3810
- Fri Feb 02, 2007 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: calling external program via http
- Replies: 5
- Views: 1453
- Fri Feb 02, 2007 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: undo rebuild repository indices
- Replies: 3
- Views: 1289
It's not possible. No record is kept of the state of indexes prior to rebuild. (The only choices in any case are "rebuild required" or "rebuild not required".) Craig's observation that reindexing will fail with other users in the project is accurate. You must, in this case, reindex with no users in ...
- Fri Feb 02, 2007 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Datastage engines
- Replies: 3
- Views: 1274
It is possible, but not because it's Enterprise Edition. You can install multiple versions of Server Edition also. But why do you think there's a need to? And - I suspect - IBM will want to get licensing revenue from each of them. The magic word here is "-itag". You install different engines with a ...
- Fri Feb 02, 2007 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compress Stage
- Replies: 2
- Views: 788
- Fri Feb 02, 2007 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
- Fri Feb 02, 2007 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Full backup/restore of $DSHOME or alt for virtualization
- Replies: 0
- Views: 589
- Fri Feb 02, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning with the Change capture
- Replies: 7
- Views: 2691
- Fri Feb 02, 2007 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot & Filter - Alternative option
- Replies: 12
- Views: 2530
Code: Select all
FieldA <> 0 And FieldA_1 <> 0 And FieldA_2 <> 0 And FieldA_3 <> 0And any other constraint that you may already have.
- Fri Feb 02, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with failed jobs: suspended processes...
- Replies: 4
- Views: 997
- Fri Feb 02, 2007 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence or Unique identifer across tables in PX ?
- Replies: 13
- Views: 3674
- Fri Feb 02, 2007 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: pass value between jobs
- Replies: 19
- Views: 6725
So the required value is in a file and you want to pick it up to pass to another job as a job parameter. In the job sequence you have many choices, but probably the easiest is to use an Execute Command activity to cat the file; you can then use the "angle bracket" notation to get the appropriate lin...
- Fri Feb 02, 2007 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char data type compatibility with DataSets.
- Replies: 6
- Views: 1259