Search found 53125 matches

by ray.wurlod
Fri Jul 24, 2009 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loop and check logic
Replies: 5
Views: 1285

Filter stage can do that. WHERE clause supports LIKE operator.
by ray.wurlod
Fri Jul 24, 2009 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Engine Node and Resource Node
Replies: 3
Views: 1046

I am also in the dark about "Engine node". Who coined this term? In grid configurations we use "head node" and "compute node" and, as Arnd noted, the term "resource node" is used variously to specify a node on which some particular resource is located/executes.
by ray.wurlod
Fri Jul 24, 2009 7:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To create a job template from a job
Replies: 1
Views: 1762

Templates are written to the client machine. My guess is that you lack write permission to the Templates folder or sufficient permission to one of its parent folders.
by ray.wurlod
Fri Jul 24, 2009 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal and NLS
Replies: 10
Views: 3947

Welcome aboard. Hola!

You can change the NLS locale setting to whatever is appropriate to handle whatever data you have.
by ray.wurlod
Fri Jul 24, 2009 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FileName Date Comparision
Replies: 3
Views: 1307

If you use a sequence you can very easily compare the (internal formats of) the dates in a Nested Condition activity (or in a Routine if you must).
by ray.wurlod
Fri Jul 24, 2009 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client installation on citrix box
Replies: 3
Views: 4557

YOUR routine GetParameterArray has not been imported into the project or, if it has, has not been compiled there.
by ray.wurlod
Fri Jul 24, 2009 7:04 pm
Forum: General
Topic: Any Tools for CSV to Excel?
Replies: 3
Views: 1439

DataStage is an ETL tool pure and simple. It is not about producing reports, protecting data, or anything else. There are other tools for this. DataStage outputs data. End of story.
by ray.wurlod
Thu Jul 23, 2009 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode Project / Job level settings
Replies: 1
Views: 1173

The default is that it's always set if NLS is enabled. You can override this at various times, such as when importing table definitions.
by ray.wurlod
Thu Jul 23, 2009 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fill the remaining spaces
Replies: 5
Views: 1612

A more general solution would have regard for the length of the inbound string. I'd use something like Left(InLink.TheString : Str("A",10), 10) If InLink.TheString is likely to contain more than ten characters this expression will return only the leftmost 10 of them. If this is not the req...
by ray.wurlod
Thu Jul 23, 2009 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Single Line
Replies: 18
Views: 4838

Why? XML is, by definition, free format.

There are XML formatting tools out there. Use one of those if you must. Formatting XML is not an ETL task.
by ray.wurlod
Thu Jul 23, 2009 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preserver Partioning
Replies: 2
Views: 1130

Upstream of the Sequential File stage set the "preserve partitioning" flag to "Clear". A Search would have found this answer faster than waiting for someone to reply.
by ray.wurlod
Thu Jul 23, 2009 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping and restartability
Replies: 20
Views: 7166

Andy is correct. This is provable, or you can just trust us.
by ray.wurlod
Thu Jul 23, 2009 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling sequence from a routine
Replies: 6
Views: 1681

lindatgeorge wrote:This is one of the requirements that, we have to use routine to call the job. I have used dssetparam and configured the parameters.
<rant>Resist stupid requirements!</rant>
by ray.wurlod
Thu Jul 23, 2009 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required Output
Replies: 19
Views: 4031

Don't bother to hold them. Use a downstream Remove Duplicates stage to transfer only the last row of each group.
by ray.wurlod
Thu Jul 23, 2009 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporatic Phantom Error
Replies: 4
Views: 2855

You've got me. The fixtool utility is supposed to operate in read-only mode - that is, it is not supposed to change the hashed file structure at all (except for updating certain counters and pointers - call them "the statistics" if you like). It may be that these were out of date and gener...