What is the difference between the routine,transform and function?give some examples for each?

Showing Answers 1 - 4 of 4 Answers

laxman

  • Jul 18th, 2006
 

routine and function are sounds same, functions are subset of routines..

Routine / Function : taking input data and building some buziness logic and give output data

Examples: StringDecode, KeyMgtGetNextValue

Transform : taking input data and transforms to another form of data and return 

Examples: TIMESTAMP, NullToEmpty

  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