Search found 53125 matches
- Thu Sep 15, 2005 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 11
- Views: 2640
- Thu Sep 15, 2005 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Locks in Data Stage Tool
- Replies: 3
- Views: 987
When you are selecting from tables, locks ought not to be an issue; the database server will take care of this. Of course, if you specify a high transaction isolation level, then the database server may implement that using locks. When you are inserting/updating/deleting, the rules for locking are t...
- Thu Sep 15, 2005 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calculation on DATE
- Replies: 7
- Views: 1759
- Thu Sep 15, 2005 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Expressing delimiter's in a loop stage??
- Replies: 5
- Views: 1277
Note that the argument to ls here is the numeric "1", not the lower case "L". The "1" option forces output to be one file per line, that is, in a single column. It's the easiest way to get a list of file names to process. You can follow it with any regular expression for filtering the list of file n...
- Thu Sep 15, 2005 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About modify stage
- Replies: 11
- Views: 3346
- Thu Sep 15, 2005 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: literal difference between join & merge stages in PX
- Replies: 2
- Views: 1078
- Thu Sep 15, 2005 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchestrate script calling issue
- Replies: 12
- Views: 4539
- Thu Sep 15, 2005 4:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance improvement
- Replies: 5
- Views: 1442
- Thu Sep 15, 2005 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduling a job in intervals of X minutes using director
- Replies: 4
- Views: 1398
- Thu Sep 15, 2005 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What determines the success of an ExecSH routine
- Replies: 1
- Views: 781
- Thu Sep 15, 2005 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue - Surrogate Key Generation
- Replies: 9
- Views: 3778
- Thu Sep 15, 2005 1:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle enterprise stage
- Replies: 3
- Views: 1573
- Thu Sep 15, 2005 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: record.ID in DELETE
- Replies: 2
- Views: 842
You can not use DELETE on a file opened with OPENSEQ. You can only use DELETE on a file opened with OPEN or OPENPATH, which the documentation tells you; the file variable is assigned "in a previous OPEN statement". If you are seeking a way to delete a line from a text file, you have essentially two ...
- Thu Sep 15, 2005 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance improvement
- Replies: 5
- Views: 1442
That is a completely unfair question! What are the hardware configurations? What processing restrictions do you have on either machine? Are your DataStage jobs optimal? Will you still be sourcing data from the mainframe or is everything happening on the AIX machine? What - precisely - do you mean by...
- Thu Sep 15, 2005 12:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message for all the jobs (about the nodes)
- Replies: 1
- Views: 808