How Funnel records in Server Job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsguy78
Participant
Posts: 9
Joined: Thu Apr 09, 2009 10:57 am
Location: USA

How Funnel records in Server Job

Post by dsguy78 »

I receive data from 3 files and I need to Funnel them and load it to a table.

In parallel job it could have been done by Funnel stage.

I am using server job. Please let me know how it can be done in server job.

*Note: Moved to correct forum - Content Editor *
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

Link collector stage is one option.
Filter in a sequential file stage is a second option.
... and there are probably other ways as well.

Mike
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to server forum
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sharantheboss
Participant
Posts: 14
Joined: Mon Mar 23, 2009 12:57 am
Location: INDIA

Re: How Funnel records in Server Job

Post by sharantheboss »

Hi,

The best option is using stage Link Collector.

Regards
Boss


dsguy78 wrote:I receive data from 3 files and I need to Funnel them and load it to a table.

In parallel job it could have been done by Funnel stage.

I am using server job. Please let me know how it can be done in server job.

*Note: Moved to correct forum - Content Editor *
DS Info
sharantheboss
Participant
Posts: 14
Joined: Mon Mar 23, 2009 12:57 am
Location: INDIA

Re: How Funnel records in Server Job

Post by sharantheboss »

Hi,

The best option is using stage Link Collector.

Regards
Boss


dsguy78 wrote:I receive data from 3 files and I need to Funnel them and load it to a table.

In parallel job it could have been done by Funnel stage.

I am using server job. Please let me know how it can be done in server job.

*Note: Moved to correct forum - Content Editor *
DS Info
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I disagree. Sequential File stage with cat as the filter command is way more efficient than a Link Collector stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Pros and cons to both...the sequential option cannot be used in a real-time job......
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply