What is a Passive Stage

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
tiozzo
Charter Member
Charter Member
Posts: 38
Joined: Fri Sep 01, 2006 3:07 pm

What is a Passive Stage

Post by tiozzo »

I've read documention referring to a Passive Stage. Just wondering what it referring to


Thanks
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Re: What is a Passive Stage

Post by DeepakCorning »

Book Definition --

"....Passive stages in server jobs (e.g., ODBC stages, Sequential File stages,
UniVerse stages), are used to read or write data from a data source. The
read/write link to the data source is represented by the stage itself, and
connection details are given on the Stage general tabs....."
dsscholar
Premium Member
Premium Member
Posts: 195
Joined: Thu Oct 19, 2006 2:45 pm

Re: What is a Passive Stage

Post by dsscholar »

Stages in DataStage can be classified as active and passive stages..
Stages like Transformer which accept an input and perform some transformations and then move the data to some stage are active stages

Where as stages like IPC, Sequential file which dont actually do any processing are passive stages.
tiozzo
Charter Member
Charter Member
Posts: 38
Joined: Fri Sep 01, 2006 3:07 pm

Post by tiozzo »

Thanks !
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Post by DeepakCorning »

tiozzo wrote:Thanks !
Can this be marked as resolved?? :lol:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you open a stage in the Stage Types branch of your repository and open the properties of any stage type (technically what you're now looking at is the definition of the class), you will see that active/passive/other is a property of the stage.

Question: how is the FTP stage categorized? Why do you think this is?

Question: how is the ORABULK stage categorized? Why do you think this is?

Stay tuned.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply