Execution order

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
sumesh.abraham
Participant
Posts: 153
Joined: Thu May 11, 2006 1:52 am
Location: Bangalore

Execution order

Post by sumesh.abraham »

Hi All,

I've a job which uses a look up, stage variable, a derivation and a constraint. What would be the order of execution for these when the job is run on DataStage Server.

Thanks,
Sumesh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's a Full Wurlod here on the subject that a search may turn up. Otherwise, I'm going to go with - lookups, stage variables, constraints then derivations.

Do I pass? :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. before-stage subroutine (if any)
2. stream input
3. reference inputs (in link execution order)
4. stage variables (in order in grid)
5. output links (in link execution order)
....(a) constraint expression
....(b) output column derivations (in order in grid)
6. after-stage subroutine (if any)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

chulett wrote: Do I pass? :wink:
Looking at Ray's reply, I say you pass :wink:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply