BuildOps - Multile inputs

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
Rajesh_kr82
Participant
Posts: 24
Joined: Sat Oct 15, 2005 1:09 pm

BuildOps - Multile inputs

Post by Rajesh_kr82 »

I am trying to write a buildop stage with multiple inputs. One of the input is set to auto read and other inputs are drived based on the first one.

In the parallel job developers guide this is mentioned:

Using Inputs with Auto Read Enabled for Some and Disabled for
Others. You define one (or possibly more) inputs as Auto Read, and the
rest with Auto Read disabled. You code the stage in such a way as the
processing of records from the Auto Read input drives the processing of
the other inputs. Each time round the loop, your code should call inputting() on the Auto Read input and call excitable() to complete the actions
of the stage. This method is fine where you process a record from the Auto Read input every time around the loop, and then process records from one or more of the other inputs depending on the results of processing the Auto Read record.

I am not sure what inputting() AND excitable() are?? Code is not compiling when i am trying to call them??

Can any body post some code where multiple inputs have been used??

rajesh
Regards,
Rajesh
Post Reply