Search found 42189 matches
- Tue Jun 26, 2007 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start loop and End Loop in sequencer
- Replies: 9
- Views: 9794
- Tue Jun 26, 2007 10:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: execute command stage
- Replies: 10
- Views: 2665
- Tue Jun 26, 2007 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start loop and End Loop in sequencer
- Replies: 9
- Views: 9794
You really shouldn't have to "pre-process" the list but can do the removal as you use them. This an example from one of my jobs, directly in the "filename" parameter in the Job Activity that the Loop drives:
Code: Select all
Trim(EReplace(Start_File_Loop.$Counter,@FM,''))- Tue Jun 26, 2007 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the limit of the hash file?
- Replies: 6
- Views: 1412
- Tue Jun 26, 2007 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability through DS Job Control
- Replies: 10
- Views: 2801
- Tue Jun 26, 2007 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Linux version for 7.5.x Server
- Replies: 2
- Views: 1022
Linux version for 7.5.x Server
In looking at the WebSphere DataStage System Requirements website for Linux, it shows both Redhat Enterprise ASE 2.1 and SUSE ES (x86) as valid operating systems. I'm curious what people are actually using out there in the wild, specifically for a 'non Enterprise' installation. Does the fact that th...
- Tue Jun 26, 2007 6:35 am
- Forum: General
- Topic: Use parameters in a job sequence
- Replies: 3
- Views: 1488
- Tue Jun 26, 2007 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Overhead due to "Allow Multiple Instance"
- Replies: 2
- Views: 922
- Tue Jun 26, 2007 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: execute command stage
- Replies: 10
- Views: 2665
- Mon Jun 25, 2007 12:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: USER DEFINED SQL FILE WITH DRS STAGE
- Replies: 28
- Views: 13393
- Mon Jun 25, 2007 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport asks to delete its own file before export !
- Replies: 8
- Views: 2316
- Mon Jun 25, 2007 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem running multiple instance job in a sequence
- Replies: 8
- Views: 3605
- Mon Jun 25, 2007 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Key Expression
- Replies: 8
- Views: 1469
- Mon Jun 25, 2007 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport asks to delete its own file before export !
- Replies: 8
- Views: 2316
- Mon Jun 25, 2007 6:35 am
- Forum: General
- Topic: can non-key columns looked up?
- Replies: 3
- Views: 1004
You might want to expand a little bit on your question, Tom. Hashed File stage? Database stage? What does the phrase 'non-key columns' mean to you? Sometimes people confuse columns marked as 'key' columns with 'indexed' or 'primary key' columns, but it doesn't mean that at all, hence the question. A...