Search found 53125 matches

by ray.wurlod
Thu May 12, 2011 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running SQL Query
Replies: 10
Views: 5005

Not in the SQL query, but you could certainly use this file in a Join stage.
by ray.wurlod
Thu May 12, 2011 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 9943

If you create the hashed file in a directory you will need to create an entry in the VOC file using the SETFILE command.
by ray.wurlod
Thu May 12, 2011 2:08 pm
Forum: General
Topic: Metadata Repository - Oracle or Db2?
Replies: 3
Views: 1417

It can even be Microsoft SQL Server.
by ray.wurlod
Thu May 12, 2011 2:07 pm
Forum: General
Topic: Job Status Message
Replies: 7
Views: 4608

U isn't trying to solve this; bharatmajeti is. The second person personal pronoun in English is spelled "you", not "u".
by ray.wurlod
Thu May 12, 2011 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Hexa decimal Conversion
Replies: 4
Views: 2672

The third character of "MC0X" is a zero, not an upper case letter "o".
by ray.wurlod
Thu May 12, 2011 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '35612396'
Replies: 17
Views: 9943

You have a corrupted hashed file, caused (apparently) by taking its size over 2GB with only 32 bit pointers.

To fix, you need to convert the hashed file to 64-bit addressing.
by ray.wurlod
Thu May 12, 2011 5:07 am
Forum: General
Topic: runnig script from commandline
Replies: 3
Views: 1110

No idea. Maybe if you showed us the script itself?
by ray.wurlod
Wed May 11, 2011 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivoting...rows to colums
Replies: 6
Views: 2400

prakashdasika wrote:Use the transformer stage and stage variables with the help of substring function to do it.
Why substring function?
:?
by ray.wurlod
Wed May 11, 2011 11:23 pm
Forum: General
Topic: Operational Repository Logging
Replies: 1
Views: 2168

As U observed, the documentation is curiously silent on whether selecting this check box disables local repository logging (to RT_LOGnnn tables).
by ray.wurlod
Wed May 11, 2011 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivoting...rows to colums
Replies: 6
Views: 2400

If you have version 8.5 the PXPivot stage can perform vertical pivot.
by ray.wurlod
Wed May 11, 2011 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Multiple Changes at the same run
Replies: 4
Views: 1695

Why not simply a Lookup stage followed by a Transfomer stage to convert null to "N" and anything else to "Y"?
by ray.wurlod
Wed May 11, 2011 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Hexa decimal Conversion
Replies: 4
Views: 2672

No parallel function is available out of the box. You can use a BASIC Transformer stage to invoke the Oconv() function with "MC0X" as its second argument.
by ray.wurlod
Wed May 11, 2011 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-12899: value too large for column actual 12, maximum 10
Replies: 5
Views: 6940

"ROSS" could very well be 12 bytes.