difference between routine,transform and function?

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
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

difference between routine,transform and function?

Post by mallikharjuna »

what is the difference between routine,transform and function?
MALLI
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I assume you're referring here to the terms used in the Expression Editor's operands menu.
  • A routine is a separately compiled, stand-alone piece of DataStage BASIC code that is stored in the Routines branch of the Repository.

    A transform is a DataStage BASIC expression, not separately compiled, that is stored in the Transforms branch of the Repository.

    A function is one of the many intrincsic functions within the DataStage BASIC language.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply