Search found 53125 matches
- Thu Apr 23, 2009 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: if i have more than 10 keys columns to vertical pivot logic
- Replies: 7
- Views: 1775
- Thu Apr 23, 2009 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we update DS Project Level param value from DS Job
- Replies: 2
- Views: 724
- Thu Apr 23, 2009 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while loading data into oracle table
- Replies: 3
- Views: 827
- Thu Apr 23, 2009 2:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Length of a field in Hash File
- Replies: 6
- Views: 2149
The limit is on the physical structure of the key, not on a single key column. That is, MAXKEYSIZE affects the maximum allowable size of @ID. If you increase MAXKEYSIZE (you need to edit uvconfig, shut down the DataStage services, regenerate the system (disk) shared memory segment and re-start DataS...
- Thu Apr 23, 2009 2:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file goes wrong, thousands of files
- Replies: 11
- Views: 4581
Probably not. The problem was that a hashed file stage was configured to create a dynamic hashed file (Type 30) but managed not to create .Type30 or, possibly, that some other process soon after managed to delete .Type30 (cause or causes unknown, and unknowable unless it happens again). The descript...
- Thu Apr 23, 2009 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to install DataStage Server on UNIX environment
- Replies: 6
- Views: 2492
- Thu Apr 23, 2009 2:20 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Error using Data Connection in IA
- Replies: 16
- Views: 9054
- Thu Apr 23, 2009 4:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job running, but not starting
- Replies: 1
- Views: 949
- Thu Apr 23, 2009 4:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: connection problem
- Replies: 1
- Views: 1066
- Thu Apr 23, 2009 1:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parametrize Execute Command Activity
- Replies: 5
- Views: 1645
- Thu Apr 23, 2009 1:28 am
- Forum: General
- Topic: Naming convention for links in Sequencer
- Replies: 4
- Views: 998
- Thu Apr 23, 2009 12:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to use max function in transformer without aggregator
- Replies: 3
- Views: 2952
Nowhere in what you have described is there any need for any kind of Max() function. You are performing a vertical pivot. It is possible to implement what you have described in Transformer stage (ideally with an upstream Sort stage generating a Key Change column and a downstream Remove Duplicates st...
- Thu Apr 23, 2009 12:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Identify Jobs that comples with warning
- Replies: 9
- Views: 2061
- Thu Apr 23, 2009 12:21 am
- Forum: General
- Topic: Command Line to call Datastage Server Routine
- Replies: 6
- Views: 3201
Re: Command Line to call Datastage Server Routine
It is not possible.juan_pera wrote:Goodday All,
Does anyone know if it is at all possible to execute a DataStage Server Routine (Function) from the command line ?
Regards
Juan Pera
- Thu Apr 23, 2009 12:17 am
- Forum: General
- Topic: Convert string to another charset
- Replies: 7
- Views: 2330
One file, one character set. Tell the providers of the file. DataStage does have the ability to use different character mapping in different columns, but not in different rows. If you know which rows they are, split the file and process through different Sequential File stages with different map set...