How would you call a Routine in a Sequence job?
-
User Variable activity
-
Routine Activity
-
Both Option1 and Option2
-
None of the above
C
Correct answer
Explanation
You can call a DataStage Routine in a Sequence job using either the Routine Activity (direct call) or the User Variable activity (by setting a variable to the routine's return value). Both methods work. Routine Activity is more explicit.