How we can call the routine in datastage job?explain with steps?

Showing Answers 1 - 5 of 5 Answers

shiva

  • Jun 29th, 2006
 

Routines are used for impelementing the business logic they are two types 1) Before Sub Routines and 2)After Sub Routinestepsdouble click on the transformer stage right click on any one of the mapping field select [dstoutines] option within edit window give the business logic and select the either of the options( Before / After Sub Routines)

Vidhya

  • Dec 20th, 2015
 

You can call the parallel routine in a parallel job using dsRoutine Function. To call the Server Routine in Parallel job use BASIC_Transformer stage. This stage usually wont present in the design palette. Drag and drop the BASIC Transformer stage from Repository tree -> Stages Types -> Parallel -> Processing -> BASIC Transformer to the Processing in the Design Palette.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions