Search found 4 matches

by sreenidr
Tue Nov 04, 2008 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration form v7 to v8 errors
Replies: 2
Views: 1252

I just now fixed a similar issue with a job. I encounter this issue with DB2 API stage. I replaced all paramaters without '$' in it. For example, if the project variable is '$DB2_SCHEMA', I replaced this with 'sDB2_SCHEMA'. (later in the sequence pass 'sDB2_SCHEMA='$DB2_SCHEMA' ). Now I am able to s...
by sreenidr
Tue Dec 04, 2007 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 2375

deleted
by sreenidr
Tue Dec 04, 2007 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 2375

--Duplicate posting deleted---
by sreenidr
Tue Dec 04, 2007 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 10
Views: 2375

We can do this using a single transformer, however it requires one dummy record at the end. This is because we don't know until next record is processed if the previous one qualifies to be outputted.. In the test map I developed, I added the dummy record using a row generator and funnelling(sequenci...