Search found 3 matches

by mnayer
Thu Nov 18, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Enterprise edition 8.0.1 compatibilty with Exadata
Replies: 3
Views: 3090

Re: Datastage Enterprose edition 8.0.1 compatibilty with Exa

Regarding exadata, you should treat it as a normal Oracle 11gR2 DB. It works fine with me on 7.5.3 (on solaris) with 10g client after applying an oracle library patch.

Br,
M. Nayer
by mnayer
Sun May 09, 2010 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel sub routines
Replies: 8
Views: 3681

You already have all the same documents we do, I would wager. Before/After subroutines are all in BASIC regardless of job type. PX-specific custom routines/buildops are written in C++. How are your C coding skillz? There is also an option of using Basic Transformer and you can use all the basic rou...
by mnayer
Mon Apr 26, 2010 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert hexadecimal value to decimal in data stage
Replies: 3
Views: 6933

Re: How to convert hexadecimal value to decimal in data stag

Hi, I have a requirement where I need to convert hexadecimal value coming from source to Decimal in the target. Suppose if the source value is X'0055', than the target should be 85. Can some one suggest? Should we do it by calculations, like dividing by 16 and than considering the remainder and quo...