Multiple choice technology

How would you call a Routine in a Sequence job?

  1. User Variable activity

  2. Routine Activity

  3. Both Option1 and Option2

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.