Search found 6 matches

by rana_s_ray
Tue Jan 16, 2007 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Target Stage
Replies: 3
Views: 2829

Suggestion - The C++ code that you have written, can be made to give output corresponding to the given input so that the database can be handled in datastage with the available stages. [RANA] - the c++ code actually takes in an input file, and has to insert the records in the file to a target datab...
by rana_s_ray
Tue Jan 16, 2007 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Target Stage
Replies: 3
Views: 2829

External Target Stage

Hi, We have a generic datastage job that processes a variety of input files, and creates a set of output files. We need to ingest the output files into SQL database. We thought of using a C++ program to do the same. We have written a C++ program which takes a file as an input and opens a DB connecti...
by rana_s_ray
Mon Oct 16, 2006 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designing a Generic Datastage job for multiple input sources
Replies: 8
Views: 7397

Thanx. We do implement wait for as you suggested. Before I posted this, I played around with wait for activity. But the issue is somewhat different. With a wait for activity, even though the sequence remains in a runnable state after the arrival of any of the dummy files defined in the wait for, onc...
by rana_s_ray
Fri Oct 13, 2006 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designing a Generic Datastage job for multiple input sources
Replies: 8
Views: 7397

Hi Kumar,
Thanx for the response. However my requirement is not to wait for all the files, but to pick up any file which has arrived and process it immediately.
by rana_s_ray
Fri Oct 13, 2006 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designing a Generic Datastage job for multiple input sources
Replies: 8
Views: 7397

Designing a Generic Datastage job for multiple input sources

The following requirements are there in our project: Multiple suppliers send files at various times of the day to defined locations. The formats of the files sent by the suppliers are all different. These have to be processed and ingested ultimately into a set of tables, as and whe they arrive at th...