Search found 53125 matches
- Tue Mar 20, 2007 6:28 am
- Forum: General
- Topic: Dynamism in DataStage
- Replies: 13
- Views: 4537
- Tue Mar 20, 2007 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating Multiple Rows from single row
- Replies: 6
- Views: 2159
- Tue Mar 20, 2007 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCONV Decimal conversion
- Replies: 9
- Views: 3673
You won't be able to use a message handler in a server job. Oracle defaults to reporting 38,10 if the Oracle data type is an unqualified NUMBER. DataStage isn't insisting upon anything. Under the covers, the ODBC stage in server jobs uses BCI functions; therefore it is subject to the same constraint...
- Tue Mar 20, 2007 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 UDB stage error - Failed to free handle 'DBC'
- Replies: 3
- Views: 2007
- Tue Mar 20, 2007 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv returns Null
- Replies: 3
- Views: 1211
Whether you're using NLS or not, you can be specific about the order of components in the date, and Iconv() will always work. For example, in your case: Iconv("31 DEC 1967", "DDMY").
Read this wiki entry to enhance your understanding.
Read this wiki entry to enhance your understanding.
- Tue Mar 20, 2007 6:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulkload
- Replies: 10
- Views: 2967
- Tue Mar 20, 2007 6:13 am
- Forum: General
- Topic: Merging Records
- Replies: 30
- Views: 8622
- Tue Mar 20, 2007 6:12 am
- Forum: General
- Topic: Handling complex conditions in Hash File Lookup
- Replies: 3
- Views: 1528
Etiquette Note 1 If it's urgent, sign up with your support provider for premium service, and learn the true cost of "urgent". When you posted it was the middle of the night in the USA. We don't do "urgent" here. DSXchange is an all volunteer site, folks post as and when they can, and none of them g...
- Tue Mar 20, 2007 6:07 am
- Forum: General
- Topic: Dynamism in DataStage
- Replies: 13
- Views: 4537
I am unaware of any way to achieve this in server jobs. Doubtless some kind of wizard could be written to read the file and create the table definition in the DataStage Repository - indeed, I've done that, but what becomes of the metadata after that? There's no extra information in the file about wh...
- Mon Mar 19, 2007 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Handling Properties
- Replies: 1
- Views: 4644
(1) Provide a Null Field Value property for any nullable field in the Sequential File stage. (2) Handle any possible NULL value for DATE_ID explicitly. Make sure you never have nullable on the input and not nullable on the output of a stage. The Aggregator stage will generate this warning irrespecti...
- Mon Mar 19, 2007 7:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing pattern as a Job parameter
- Replies: 4
- Views: 1257
It ought to be possible, but you would need to guarantee that only one file matches the regular expression if you are planning to use it as the filename property directly. Otherwise, specify a filter command of cat feedata_*_1_????.txt and use /dev/null as the file name. The stage will read stdout f...
- Mon Mar 19, 2007 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection Problem
- Replies: 12
- Views: 5604
- Mon Mar 19, 2007 7:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Combination of Key Attributes
- Replies: 2
- Views: 1308
- Mon Mar 19, 2007 7:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration 7.5x2 to 8.0
- Replies: 15
- Views: 4088
Take a look at the score. This will show you the buffer operators that were inserted to avoid data flow deadlock situations. There are at least two of these (buffer(1) is the second). Based on the virtual Data Sets these are using, you might discern what is happening. My guess is that the TCP port n...
- Mon Mar 19, 2007 7:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting job names from a sequencer.
- Replies: 5
- Views: 1143