Search found 53125 matches

by ray.wurlod
Mon Jul 26, 2010 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typical Warning : Implicit conversion from source type
Replies: 5
Views: 2954

Oracle is ... different. Storage is reported as NUMERIC and, by default, precision 38. That's too big for a BigInt, so DataStage raises an alert. If you can be 100% confident that the numbers will always be small enough to be represented as BigInt, then you can ignore, even demote, this warning. But...
by ray.wurlod
Mon Jul 26, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 6337

Try setting the environment variable that prints the record schema used by each operator into the log. From memory it's OSH_PRINT_SCHEMAS (but please do check).
by ray.wurlod
Mon Jul 26, 2010 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: start problems DataStage Job 370 Phantom 10356 The variable
Replies: 1
Views: 1785

One quote only? Did you specify an environment variable called APT_PERFORMANCE_DATA" (sic) inadvertently?
by ray.wurlod
Mon Jul 26, 2010 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is difference between COMPARE and CHANGE CAPTURE STAGE
Replies: 1
Views: 3877

The essential difference is based on the eventual use to which they are to be put. The Change Capture stage generates a structure that can be used by a subsequent Change Apply stage to reconstruct the After input from the Before input. A Compare stage yields not just the fact that there is a differe...
by ray.wurlod
Mon Jul 26, 2010 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ls Long() datatype supported by Datastage8.1
Replies: 3
Views: 1610

Tell us what happens when you try.
by ray.wurlod
Mon Jul 26, 2010 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove duplicates in transformer stage..?
Replies: 6
Views: 4664

Use pairs of stage variables (the technique has been discussed here often) to detect change in the sorted keys - here "keys" has the same meaning as in the Remove Duplicates stage - and set a flag that can be used to constrain the output. :idea: Get yourself a premium membership so you can...
by ray.wurlod
Mon Jul 26, 2010 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 6337

Those default values have to be coming from somewhere! Check all upstream stages.
by ray.wurlod
Sun Jul 25, 2010 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: full outer join (returning defaults)
Replies: 15
Views: 6337

Remove the default values from the record schema. I assume you've used different names to receive the key values from left and right inputs.
by ray.wurlod
Sun Jul 25, 2010 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the PX version of EReplace
Replies: 4
Views: 1737

... or post in the correct forum.
by ray.wurlod
Sun Jul 25, 2010 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between DB2 connector/DB2 enterprise/DB2 UDB stag
Replies: 6
Views: 8824

Yes there is. This manual does not address the DB2 Connector. Nor is it in the on-line help until you apply the patch that adds the omitted documents relating to DB2 and ODBC Connector stages.
by ray.wurlod
Sun Jul 25, 2010 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Parameters
Replies: 20
Views: 7607

An INI file is not code. An INI file contains data read by code during its initialization phase.
by ray.wurlod
Sat Jul 24, 2010 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle the below error in modify stage?
Replies: 1
Views: 986

Specify a conversion function date_from_timestamp()
by ray.wurlod
Sat Jul 24, 2010 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a column into multiple rows
Replies: 8
Views: 2391

... and bring them back together with a Funnel stage.
by ray.wurlod
Fri Jul 23, 2010 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare stage output subrecords in ()...
Replies: 8
Views: 2441

Enable RCP and let DataStage decide that, then inspect the output and see how you want to label things.
by ray.wurlod
Fri Jul 23, 2010 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting sub records!!!
Replies: 5
Views: 2699

Two subrecords ---> two Promote/Split Subrecord stages.