routines

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
Tej
Participant
Posts: 30
Joined: Tue May 20, 2008 11:44 pm
Location: hyderabad

routines

Post by Tej »

Hi,

am new to DataStage,

can any one help me in creation of routines,
what are the function used, how they can work...


Thanks in advance
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Welcome to DSXChange, Tej.

The language used for programming routines is DS/BASIC, the language description can be read in the DataStage BASIC Reference Guide.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Routines are created in the DataStage repository (New -> Server Routine) and can either be transformation functions (executed for each row processed) or before/after subroutines (executed once per job). You can do whatever you like - whatever your coding skills permit, anyway - within routines, but per-row routines really should be short and snappy.
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