Execution Order...

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sudhana
Participant
Posts: 6
Joined: Mon Jan 30, 2012 2:48 pm

Execution Order...

Post by sudhana »

Hi,

Can any help me to overcome this issue, what is execution order for

Before subroutine,after subroutine, job parameters, constraints, derivation,stage variables
.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Job parameters are given their value when the job run request is submitted, not after the job is running.

Before job subroutine
Stage variable initialization
(For each row)
(For each output link)
Stage variable evaluation
Constraint
(If satisfied) Output column derivation

After job subroutine
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