Search found 53125 matches

by ray.wurlod
Thu Nov 04, 2010 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API stage
Replies: 8
Views: 2001

Change the update action so that the table IS cleared, if that's what you need.
by ray.wurlod
Thu Nov 04, 2010 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Nested Specification
Replies: 2
Views: 1019

But you can use more than one Modify stage. You should explicitly or implicitly put a Copy stage between two adjacent Modify stages.
by ray.wurlod
Thu Nov 04, 2010 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert value from -00005.55 to -5.55
Replies: 17
Views: 6211

Show us the precise expression that you used. This will enable our assistance to be more exactly targeted.
by ray.wurlod
Thu Nov 04, 2010 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hadoop and Datastage EE
Replies: 5
Views: 7813

Stay tuned to IBM for much more coming around Hadoop and processing unstructured data generally, particularly using InfoSphere Streams. One of the two big themes for the coming year for Big Blue is handling the 80% of data that are unstructured.
by ray.wurlod
Thu Nov 04, 2010 9:43 am
Forum: General
Topic: JOB LOGS
Replies: 5
Views: 1518

Gosh, does that mean you can use dsjob when you can't access the production system with Director? How does dsjob access the production system that's different?
:?
by ray.wurlod
Thu Nov 04, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Fixed width files from variable length fields
Replies: 7
Views: 3081

The default value (\0) is very convenient for reading "just the data" with C functions.
by ray.wurlod
Thu Nov 04, 2010 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer taking old params
Replies: 14
Views: 3720

Check again that it's not hard-coded (maybe for testing purposes) anywhere in the job design.
by ray.wurlod
Thu Nov 04, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to highlight text?
Replies: 8
Views: 1650

cuckoo wrote:ray.... i cannot read your input ..
As soon as you get yourself a premium membership you will be able to.
by ray.wurlod
Thu Nov 04, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pros & Cons of Schema File
Replies: 1
Views: 1462

Re: Pros & Cons of Schema File

Aquilis wrote:Our Client has come up with the requirement having metadata definition parameterized and very much configurable one.
This is not always a good idea. Demand to know why.
by ray.wurlod
Thu Nov 04, 2010 6:25 am
Forum: General
Topic: JOB LOGS
Replies: 5
Views: 1518

Why?

That's what the Director client is for.
by ray.wurlod
Thu Nov 04, 2010 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job Aborted
Replies: 1
Views: 2303

What does your official support provider have to say?

It looks like something to do with registering the stored procedure stage or the help information for that stage, but the message itself is rather sparse.
by ray.wurlod
Thu Nov 04, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to highlight text?
Replies: 8
Views: 1650

DataStage jobs run as background processes, so colour is not a sensible thing to want. If you feel you must persist with this, you will need to flag your values by introducing the correct escape sequence for "green on" and terminating it with "green off" - noting, of course, that...
by ray.wurlod
Wed Nov 03, 2010 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EE 8.5 under VMWare
Replies: 5
Views: 1834

I suspect the usual caveats about support will continue to apply, but it does work OK. Some of the machines in the Demo Room at IOD 2010 were running 8.5 on VMware images.
by ray.wurlod
Wed Nov 03, 2010 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use IsValid() to determine if string is in proper format
Replies: 2
Views: 1906

IsValid() is for data types, not for formats.

You'd really like the Matches operator here - you could use it in a BASIC Transformer stage, of course. Otherwise you're up for some ugly-looking (but still simple expressions)

Or why not use QualityStage address verification?
by ray.wurlod
Wed Nov 03, 2010 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Support for 1gb or more size XML file.
Replies: 15
Views: 13370

You can get version 8.5 that does handle very large XML files using a totally redesigned technique that uses streams rather than trying to store the entire XML file in memory. This new stage is only available in parallel jobs, however.