Routines in Datastage?

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
balaya.ds
Participant
Posts: 27
Joined: Fri Dec 25, 2009 10:50 pm

Routines in Datastage?

Post by balaya.ds »

In how many possible ways can call routines in datastage?
Sudheer
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The replies in your other post on this topic remain pertinent.

There is precisely one way to call a parallel routine from DataStage, and that is from a parallel Transformer stage (or, perhaps, from a custom stage type). And, of course, one routine can call another, but I don't count that as "from DataStage".

There are very many ways that server routines can be called; in parallel jobs these include:
  • as before/after subroutines

    from BASIC Transformer stages

    from server Transformer stages in server Shared Containers

    as before/after subroutines in active stages in server Shared Containers
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