Page 1 of 1

Execution Order...

Posted: Tue Mar 27, 2012 1:35 am
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
.

Posted: Tue Mar 27, 2012 3:30 am
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