Search found 42189 matches

by chulett
Wed Jul 13, 2011 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LATIN1_0A Character set (Teradata) to UTF8 (Oracle)
Replies: 1
Views: 1824

Re: LATIN1_0A Character set (Teradata) to UTF8 (Oracle)

bhaskarjha wrote:see the log file for the Oracle specific message.
What's in the log?
by chulett
Wed Jul 13, 2011 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while updating into SQL server table
Replies: 5
Views: 1846

The only option is to host them somewhere, as in one of the many free file uploader sites. Then you can use the image tags to link them into your post.
by chulett
Wed Jul 13, 2011 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retreiving Rejects from DB2 API Stage (Parallel)
Replies: 3
Views: 2585

In PX you capture rejects from the actual stage itself, not from the transformer feeding it as in Server.
by chulett
Wed Jul 13, 2011 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Iconv & Oconv logic
Replies: 6
Views: 4350

Yah, there was nothing wrong with the OConv you posted. If you still have the issue, show us exactly how/where you are using it, something else is causing the issue.
by chulett
Wed Jul 13, 2011 6:21 am
Forum: General
Topic: WARNING TO LIMIT
Replies: 1
Views: 752

There's a default in the Director client but that one is only good for that PC when using the GUI. Otherwise there's always the dsjob option to set the warning limit when you start jobs at the command line.
by chulett
Wed Jul 13, 2011 6:18 am
Forum: General
Topic: Number of stages in Job sequences
Replies: 10
Views: 2750

Search the forums for "COMO ON", you'll find "COMO OFF" too. That's one way, it should find others being discussed as well, from what I recall.
by chulett
Tue Jul 12, 2011 4:12 pm
Forum: General
Topic: Mapping job - Track dependencies
Replies: 4
Views: 2223

I wonder if Phil's work would help with this?
by chulett
Tue Jul 12, 2011 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding a new column in javatrasnformer
Replies: 7
Views: 2784

Why not add it before then and then simply fill it there?
by chulett
Tue Jul 12, 2011 6:54 am
Forum: General
Topic: Number of stages in Job sequences
Replies: 10
Views: 2750

Re: Number of stages in Job sequences

RAJARP wrote:the list generated doesn't has stages like dataset included.
Known... "issue". Unsure if it was ever addressed.
by chulett
Tue Jul 12, 2011 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Queries in ODBC stages
Replies: 9
Views: 2148

Nothing really mysterious about it, you do the join in the source sql.
by chulett
Tue Jul 12, 2011 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load special char. into Oracle from Sybase
Replies: 5
Views: 1815

Re: Unable to load special char. into Oracle from Sybase

xch2005 wrote:Tried by manually overiding the $NLS_LANG but no luck.
How?
by chulett
Tue Jul 12, 2011 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: merge duplicate values
Replies: 4
Views: 1578

You'll need to do better than that if you want more help. What exactly did you do in the Aggregator and what output are your getting?
by chulett
Tue Jul 12, 2011 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add one key collmun which stage should i use
Replies: 1
Views: 1034

Use a Sort stage to add a 'Key Change Column' to your data flow. In a transformer check the new column - when true set your 'number' to 1, when false increment it by 1.
by chulett
Mon Jul 11, 2011 9:17 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

Write the routine and then leverage it in the BASIC Transformer. Or in a Server job.