Search found 8 matches

by pani
Wed Jul 27, 2005 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number generation
Replies: 5
Views: 3384

You can also join on a dummy key . i.e. get the max seq # from database and then have a column generator for dummy column , join with link coming from main source , also 1 up number using database features like sequence or identity will kill the performance.
by pani
Thu May 26, 2005 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surroagte key for incremental load
Replies: 11
Views: 4718

You can have join/lookup on warehouse to determine, if record already exists or to have two branches. For the insert record, generate 1 up number taking the max from warehouse.

You can build a shared container to abstract the logic of 1 up number and use that in the insert branch.
by pani
Wed Jun 30, 2004 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning in DB2 Enterprise Stage , 4 node and 1 node
Replies: 3
Views: 2664

Thanks for replies We are trying run with 4 nodes and Jobs are getting aborted if we use "DB2" as partion. Error message is main_program: Fatal Error: Virtual dataset; output of "fltChangeData"; input to "db2udbTEST_DB2ENT": dataset does not have a partition method Than...
by pani
Sat Jun 26, 2004 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning in DB2 Enterprise Stage , 4 node and 1 node
Replies: 3
Views: 2664

Partioning in DB2 Enterprise Stage , 4 node and 1 node

All, We have developed Parallel Jobs and we have used Hash Partion in the Jobs and for DB2 enterprise stage we have set "DB2" as partion method Jobs are running fine with single node and when we are testing the same with 4 node we have problems When we have changes the partion method as &q...
by pani
Sat Apr 17, 2004 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMP-3 conversion in Datastage - Strategies
Replies: 5
Views: 4811

Any ideas on this highly appreciated. I think this will be vital to all of us to discuss on this . Please share your ideas.

Any comments from DataStage team are also welcome

Thanks
Pani
by pani
Sat Apr 17, 2004 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding external routine referring to .O file
Replies: 2
Views: 1466

yes it worked

Thanks , It worked. Any idea on COMP-3 Conversion approach.
by pani
Thu Apr 15, 2004 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMP-3 conversion in Datastage - Strategies
Replies: 5
Views: 4811

COMP-3 conversion in Datastage - Strategies

Hai We are trying to convert flat file from Mainframe to load DB2 dataware house hosted on Unix. In this process to convert COMP-3 fields we have comeout with following three approaches . 1) Using server Job and CFF Stage . But we are apprehensive of "Performance Issue" , Are we correct 2)...
by pani
Thu Apr 15, 2004 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding external routine referring to .O file
Replies: 2
Views: 1466

Adding external routine referring to .O file

We are trying to add a routine of type External which should refer to .O file generated from C program.

Job is not compiling when we try to compile and giving error message

Output from subprocess: ld: fatal: file /home/pd.o: unknown file type

Any help is highly appriciated . Please let us know