Difference between transform and routines?

Showing Answers 1 - 2 of 2 Answers

shiva

  • Jun 29th, 2006
 

HiTransformers are used to transform the data from one from to other form where as routines are used to implement the business logic

  Was this answer useful?  Yes

rajenmari

  • Mar 26th, 2007
 

Routine : Routine is like procedure which is called to process certain operation.


GoSub ADD(A,B)


ADD(A,B):

C=A+B

return C

  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