Search found 53125 matches
- Sun Mar 08, 2009 6:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help DataStage in a public ETL benchmark test
- Replies: 9
- Views: 8922
Lose the repartitioning by moving the partitioning to the inputs of the Modify stage especially in a multiple-machine environment. For larger volumes, reading the second file into a Lookup File Set may help. So might multiple readers per node. I take it that the delimited file format is a given? Fix...
- Sat Mar 07, 2009 3:21 pm
- Forum: General
- Topic: Job Multiple Instance Fail
- Replies: 24
- Views: 10294
- Fri Mar 06, 2009 8:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ardent DataStage (vs) IBM DataStage
- Replies: 1
- Views: 1572
Welcome aboard. VMark Software produced versions 1.0 through 2.2. It then became Ardent Software through a merger. Ardent Software produced versions 3.0 through 5.2 (and 2.5). Ardent Software was acquired by Informix which subsequently split into two; one half (databases) was sold to IBM and the oth...
- Fri Mar 06, 2009 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Log Files
- Replies: 1
- Views: 872
- Fri Mar 06, 2009 1:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToTimestamp err
- Replies: 23
- Views: 5041
- Fri Mar 06, 2009 1:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File does not get created
- Replies: 3
- Views: 1321
- Fri Mar 06, 2009 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: While loop in Datastage
- Replies: 17
- Views: 14888
- Fri Mar 06, 2009 1:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: issue with import/export job design
- Replies: 1
- Views: 1431
- Fri Mar 06, 2009 1:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: warning on dfloat to decimal
- Replies: 2
- Views: 1783
- Fri Mar 06, 2009 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: result rows are not showing up-total mismatch
- Replies: 18
- Views: 4875
The figure that DataStage reports is the number of rows that it sent to the application. If your third-party application has discarded some of those I would expect it (the application) to have its own logs. If this is a custom-written plug-in stage type, its author may or may not have provided for d...
- Fri Mar 06, 2009 1:06 pm
- Forum: General
- Topic: Need to know where License.xml file is present in DataStage
- Replies: 2
- Views: 1246
- Fri Mar 06, 2009 1:06 pm
- Forum: General
- Topic: Job Multiple Instance Fail
- Replies: 24
- Views: 10294
- Fri Mar 06, 2009 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reverse Pivot
- Replies: 1
- Views: 1864
This is what's called a "vertical pivot". Please Search DSXchange for techniques - the most frequently recommended uses stage variables.
- Fri Mar 06, 2009 2:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connecting to lotus Notes Database using DataStage
- Replies: 1
- Views: 1140
- Fri Mar 06, 2009 2:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can a local container be used as a reference input?
- Replies: 16
- Views: 7011
Do a search on SETFILE.
I normally use ExecTCL as a before-job or before-stage subroutine. The command executed is:
I normally use ExecTCL as a before-job or before-stage subroutine. The command executed is:
Code: Select all
SETFILE pathname_of_hashed_file hashed_file_name OVERWRITING