Creating Build Op

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vick
Participant
Posts: 88
Joined: Sun Oct 30, 2005 2:06 am

Creating Build Op

Post by vick »

Hello folks,

I am trying to create a build op.

I right-clicked stage types in DS Manager and selected New Parallel stage.

On the stage type "GENERAL" tab this is what I entered

stage type name ---> eng_dis
class name ----> eng_dis

I have not entered anything in CREATOR & PROPERTIES Tab.

On the stage type "BUILD\INTERFACES" tab

What do I enter for Input\Portname? Is it the input column that performs the function?
vijayrc
Participant
Posts: 197
Joined: Sun Apr 02, 2006 10:31 am
Location: NJ

Re: Creating Build Op

Post by vijayrc »

vick wrote:Hello folks,

I am trying to create a build op.

I right-clicked stage types in DS Manager and selected New Parallel stage.

On the stage type "GENERAL" tab this is what I entered

stage type name ---> eng_dis
class name ----> eng_dis

I have not entered anything in CREATOR & PROPERTIES Tab.

On the stage type "BUILD\INTERFACES" tab

What do I enter for Input\Portname? Is it the input column that performs the function?
That would be the Input Table Definition for your Build-op.
vick
Participant
Posts: 88
Joined: Sun Oct 30, 2005 2:06 am

Post by vick »

thanks vijayrc.

Do you have to hard-code "BUILD\Interfaces\Input" and "BUILD\Interfaces\Output" table definitions?

Do you have to give the table name as well? Or is it optional?

Can anyone please tell me what do you specify on "BUILD\Interfaces\Transfer" tab?

TIA
pavan007
Participant
Posts: 3
Joined: Sat May 13, 2006 11:27 am

build op

Post by pavan007 »

yes u need to hardcode or use data definiton if you had saved any.Just point to that schema in input and output.
Post Reply