Search found 53125 matches
- Sat Mar 03, 2007 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge Stage Buffer issue?
- Replies: 1
- Views: 690
Dump the score - ascertain whether there are any inserted buffer operators. Without knowing that, it's impossible to advise. Larger buffers increase memory demand - smaller buffers decrease memory demand but also reduce throughput. Buffering is set (changed from default sizing) on the Advanced tab o...
- Sat Mar 03, 2007 9:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in partitioning the stages
- Replies: 5
- Views: 2190
- Sat Mar 03, 2007 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 64BIT Hashed Files
- Replies: 27
- Views: 8641
- Sat Mar 03, 2007 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in partitioning the stages
- Replies: 5
- Views: 2190
- Sat Mar 03, 2007 5:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: More column in RCP and less column in Target?
- Replies: 8
- Views: 1667
- Sat Mar 03, 2007 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update the source table in the same job?
- Replies: 17
- Views: 4907
- Sat Mar 03, 2007 5:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Please provide alternative method of loading
- Replies: 8
- Views: 2189
Re: thanx Ray
If I will do add another tranfromation my transfromation will take double time. That is not correct, and shows a weak understanding of how DataStage works. Without buffering, the Transformer stages will execute in the same process, and therefore add nothing to the overall run time - if you are perf...
- Sat Mar 03, 2007 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage config files.
- Replies: 10
- Views: 6579
dsenv is a shell script executed by all DataStage processes. It contains whatever you care to put in it. Typically it is used to set environment variable values, but I've also seen other commands in there, for example umask. .odbc.ini contains definitions of ODBC data sources. The above two files do...
- Sat Mar 03, 2007 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help Regarding:Binding output Interface
- Replies: 7
- Views: 1731
Both my source data type and the target data type are numbers. Incorrect. The error message informs us that the input field is ustring[max=40]; that is, VarChar(40) with the extended properties set to "Unicode". The longest integer (int32) value is 10 digits long. DataStage warns you that there are...
- Sat Mar 03, 2007 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
- Sat Mar 03, 2007 1:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Info in an job about SAP BAPI stage
- Replies: 7
- Views: 3253
- Fri Mar 02, 2007 7:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading sequential file
- Replies: 5
- Views: 1374
- Fri Mar 02, 2007 7:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel padding nulls for empty space !!
- Replies: 11
- Views: 2272
The modify operator (and therefore the Modify stage) supports a string_trim() function.
A fairly complete list of Modify stage functions may be had here and then, of course, there are the manuals.
A fairly complete list of Modify stage functions may be had here and then, of course, there are the manuals.
- Fri Mar 02, 2007 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capturing Job's Version Number for audit meta-data
- Replies: 9
- Views: 2521
- Fri Mar 02, 2007 7:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pre load file to memory..enables ?
- Replies: 1
- Views: 713
You may load as many hashed files into the read cache in memory as you can fit in there. Once you exceed your limit, or if a hashed file is too large, you get a warning logged that the cache can not be used, and the hashed file will be accessed from disk. The size of the read cache can be tuned in t...