Search found 53125 matches

by ray.wurlod
Tue Oct 18, 2011 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimiters in file
Replies: 8
Views: 1955

Re: delimiters in file

bhargav_dd wrote:appreciate ur response
Ur...

:lol:
by ray.wurlod
Mon Oct 17, 2011 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort funnel and apt_grid_partition
Replies: 2
Views: 1546

Sorting is performed separately on each partition. If you wish to preserve the overall sorted order when collecting into a sequential operator then you need to specify SortMerge as the collection algorithm.
by ray.wurlod
Mon Oct 17, 2011 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join two keys with lookup stage
Replies: 7
Views: 2089

Don't do it. Use two Lookup stages. It's cleaner.
by ray.wurlod
Mon Oct 17, 2011 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer code
Replies: 5
Views: 1269

Every operator in the framework has already been compiled into a class. That's what I mean by them not requiring further compilation.
by ray.wurlod
Mon Oct 17, 2011 11:26 pm
Forum: General
Topic: Execute Command stage and multiple commands
Replies: 3
Views: 1850

You can do anything you could do at the operating system shell prompt. Pipelining, redirection... it's all there for you. After all, the stage merely invokes an operating system shell and passes it the command. Be wary, though, that job parameter references can only appear in the Parameters field, n...
by ray.wurlod
Mon Oct 17, 2011 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding Multiple Lookup
Replies: 8
Views: 2035

Use a Lookup stage with four reference inputs, all linking to the same reference data set.
by ray.wurlod
Mon Oct 17, 2011 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key error in transformer
Replies: 10
Views: 4701

The error suggests that no Surrogate Key state file has been created in the designated location on the new server.
by ray.wurlod
Mon Oct 17, 2011 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Format Issues while generating XML output
Replies: 9
Views: 6173

XML is free format. Your expected and actual results are functionally identical. There are plenty of XML "prettifiers" out there; it is not the purpose of an ETL tool to do that. It is producing valid XML.
by ray.wurlod
Mon Oct 17, 2011 5:45 pm
Forum: IBM QualityStage
Topic: Quality Stage Reference match
Replies: 4
Views: 3567

Have you thought about the second and subsequent incremental loads? You will need to refresh your reference data set so that it's effectively maintained as a copy of the target table (as closely as may be supported by the columns you are storing there). But, yes, the design should work subject to th...
by ray.wurlod
Mon Oct 17, 2011 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to retrieve or insert data into DB2
Replies: 13
Views: 4420

kanasai167 wrote:i could not find any tutorial teaching how to get data from flat file into the database.... :oops:
IBM class DataStage Essentials will teach you this knowledge.
by ray.wurlod
Mon Oct 17, 2011 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer code
Replies: 5
Views: 1269

Other stages have unvarying methods, so don't need further compilation.
by ray.wurlod
Mon Oct 17, 2011 3:21 pm
Forum: IBM QualityStage
Topic: Matching question
Replies: 1
Views: 1493

Blocking should group the HARV values together into a set. What match rules are you using? Are there any overflow blocks (review the match statistics)? Any records in an overflow block will be treated automatically as residuals. If that's occurring, review your blocking and matching strategies.
by ray.wurlod
Mon Oct 17, 2011 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage variable sequence
Replies: 3
Views: 1077

To put it another way, they are derived in the order in which you place them in the grid. You can re-order this grid in the Stage Variable properties window.
by ray.wurlod
Sun Oct 16, 2011 1:14 am
Forum: General
Topic: Who's going to 2011 IOD in Vegas?
Replies: 9
Views: 1610

Isn't Ray D going? I know he wanted to.
by ray.wurlod
Sat Oct 15, 2011 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Run Options
Replies: 3
Views: 1710

This option is not available for parallel jobs unless they are compiled in trace mode and, even then, is not set in the Job Run Options dialog.