Search found 6 matches

by StefanFrost
Mon Oct 09, 2006 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem referring to a property Input Col in a BuildOp!
Replies: 0
Views: 612

Problem referring to a property Input Col in a BuildOp!

I have some problems with some additional functionality regarding my BuildOp! I am trying to pass down an input column to use with my derivation. I specify which column to use using a required property called calcCol, but i can't compile while referring to it! When i use direct reference to an input...
by StefanFrost
Mon Mar 13, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API Stage
Replies: 3
Views: 1327

Does this mean that we can use DB2 API stage without a commit statement? I meen isn't there a implicit "commit" at the end of any DB2 stage?
by StefanFrost
Mon Mar 13, 2006 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 using DB2 Enterprise Stage
Replies: 5
Views: 2302

Feedback....

We solved the issue by DB2 documentation specifing the use of DB2 Connect mapping remote db2 as local db2, not using federated databases, just plain node configuration.
by StefanFrost
Fri Mar 10, 2006 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 using DB2 Enterprise Stage
Replies: 5
Views: 2302

Thanks for the input! I'll guess i will try and find that document and see what input it will give me...
by StefanFrost
Thu Mar 09, 2006 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 using DB2 Enterprise Stage
Replies: 5
Views: 2302

Connecting to DB2 using DB2 Enterprise Stage

Hi! I have a problem regarding connectivity to a DB2 instance on a separate LPAR and I wish to use the DB2 Enterprise Stage. Currently we are using DB2 Enterprise Stage within whom we've specified the name of the DB2 Instance which recides on the same LPAR. This works great, however we have a demand...
by StefanFrost
Mon Jan 23, 2006 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets and Keys
Replies: 0
Views: 1022

Datasets and Keys

I am trying to build a generic parallell job using RCP which deletes or updates records in a database table using a dataset as a source. The tables consist of the same columns as the incoming dataset so RCP seems like a great idea, however all sources have different keys and the dataset schema-file ...