Search found 53125 matches

by ray.wurlod
Fri Nov 10, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: excel sheet
Replies: 9
Views: 1836

Tab is usually a safe delimiter character to choose.
by ray.wurlod
Fri Nov 10, 2006 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when using peekstage
Replies: 1
Views: 929

This error is not from a Peek stage. You have used a stage type that has a "TARGETTABLE" mandatory property and have not provided a value for this property. The Peek stage does not have such a property. What stage types (precisely) do you use in your job design? Set APT_DUMP_SCORE to True and inspec...
by ray.wurlod
Fri Nov 10, 2006 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP file stage
Replies: 22
Views: 6523

Set the environment variables up as job parameters and use job parameter references in the FTP stage.
by ray.wurlod
Fri Nov 10, 2006 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job runs on a single processor
Replies: 10
Views: 2467

In server jobs processing is row by row unless you enable some form of row buffering. Then it is buffer by buffer.
by ray.wurlod
Fri Nov 10, 2006 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command stage
Replies: 5
Views: 1624

And Wrapped stage. You could create your own Command stage with that!
by ray.wurlod
Fri Nov 10, 2006 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_DB2_LOADMSG in Scratch dir?
Replies: 5
Views: 2051

It doesn't ship but can be had for the asking. It's also handed out on most (all?) of the IBM DataStage training classes in a folder called "OEM Manuals" on the student CD.
by ray.wurlod
Fri Nov 10, 2006 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to fetch microseconds from timestamp
Replies: 14
Views: 6184

The Transformer stage can still output a VarChar, then you use a downstream stage (another Transformer or a Modify stage) to convert the data type. Whether this will conserve the microseconds I am not sure, but it's the approach I'd investigate. My guess is that, if the timestamp format string inclu...
by ray.wurlod
Fri Nov 10, 2006 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Tuning
Replies: 11
Views: 3604

How long does the Oracle query take in another utility, such as sqlplus or TOAD? I don't believe doing the NVL operations in DataStage would be any faster.
by ray.wurlod
Fri Nov 10, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 6
Views: 1603

If you have Enterprise Edition with parallel jobs licensed you can use the orchdbutil utility to import table definitions accurately.
by ray.wurlod
Fri Nov 10, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 13
Views: 4329

Server jobs (and therefore hashed files) are fully supported in version 8.0. The principal difference for server job developers is that the repository is no longer stored in hashed files, but in a separate database, which is the unified repository for all IBM Information Server products. Metadata ar...
by ray.wurlod
Fri Nov 10, 2006 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: functionality question
Replies: 4
Views: 1806

We don't know that that is the case. 8)
by ray.wurlod
Fri Nov 10, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset read problem
Replies: 13
Views: 4635

Rows/sec is an almost completely meaningless metric. Various factors influence it, usually negatively, such as row width, network bottlenecks, the clock still running after all rows have been processed, and so on. I have posted before on this. There can be no such thing as an answer to the question ...
by ray.wurlod
Fri Nov 10, 2006 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to fetch microseconds from timestamp
Replies: 14
Views: 6184

I'm sure this has been answered before. Did you do a Search for "microseconds"?
by ray.wurlod
Fri Nov 10, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM certification for Datastage EE 7.5
Replies: 4
Views: 1552

'Objectives" (areas covered) are here and there are some sample questions here
by ray.wurlod
Fri Nov 10, 2006 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does datastage have the capabilty to write to a EXEL Spreads
Replies: 7
Views: 6383

There is a specific ODBC driver for Excel, from Microsoft curiously enough. You can write to an Excel worksheet, but it must already exist and have the column headings in place. Excel treats a worksheet as a system table for some reason only known to the authors of the ODBC driver, and there are res...