routines vs transformations

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
karthikgk0705
Premium Member
Premium Member
Posts: 45
Joined: Tue Aug 29, 2006 2:59 am
Location: Bangalore

routines vs transformations

Post by karthikgk0705 »

Hi,
Can anyone tell me the exact differences b/w routines and transformers?what are all the difference between them?
thanks in advance
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Although both are written in BASIC code a transformation is a one-line piece of code that is replaced at compile-time into the job. A routine is a separately compiled program that is called as a function [it takes n-arguments and returns 1 value].
Post Reply