Search found 53125 matches

by ray.wurlod
Tue Mar 20, 2007 6:28 am
Forum: General
Topic: Dynamism in DataStage
Replies: 13
Views: 4537

Too busy right now (at least for a week).
by ray.wurlod
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

Preprocess the pipe delimited column into separate columns before applying the Pivot stage. This is easily accomplished in a Transformer stage.
by ray.wurlod
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...
by ray.wurlod
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

Search the forum, say for "invalid transaction state". More information, and your solution, will be revealed.
by ray.wurlod
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.
by ray.wurlod
Tue Mar 20, 2007 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Bulkload
Replies: 10
Views: 2967

Once sqlldr has started things are out of DataStage's control. There is no way that DataStage can detect (while sqlldr is running), much less intercept, any errors in the load.

DataStage can check the sqlldr log and/or bad files after the load is complete, but that's about all.
by ray.wurlod
Tue Mar 20, 2007 6:13 am
Forum: General
Topic: Merging Records
Replies: 30
Views: 8622

Use the UNIX command cat file1 file2 > file3

You don't need DataStage for this one.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

:oops:
My error, it's an underscore; DS_CONNECT.

Type in HELP CONNECT at the ">" prompt to learn more about it. DS_CONNECT is the same as CONNECT, but includes the override for the Data Direct ODBC drivers; that is, DS_CONNECT is licensed to use them.
by ray.wurlod
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

You can do it in the same run, but would need to split your source data into two streams and use two Change Data Capture stages, one for each.

How you combine the results is up to you, and will be driven by your business requirements, about which we have no information.
by ray.wurlod
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...
by ray.wurlod
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

What were your search criteria? A "search for all terms" inquiry on "jobs sequence list" returns 115 hits, some of which are pertinent.