Hi,
we now have (in all our datastage-projects) some basic-routines(as used in older versions). Since we now have the latest parallel-version these cause poblems (always have to use a basic-transformer,...). I looked at the c-examples on the datastage CD and what I seem to learn from this is that c-development is a lot harder.
What you need to do:
-create the C-routine
-compile
-create the ds-routine linking to the c-routine
-use this routine in a simple job and only now you will be able to check the code.
Aren't there quicker ways for developping? Or maybe: does someone know where to find some basic-set of routines(which can be found for basic everywhere).
We're talking here about 100 routines that need to be translated, are there other ways of handling this?
What have you done with the old basic-routines, maybe still using them?(for performance it doesn't seem a big difference, we are worried about future releases though)
we now have (in all our datastage-projects) some basic-routines(as used in older versions). Since we now have the latest parallel-version these cause poblems (always have to use a basic-transformer,...). I looked at the c-examples on the datastage CD and what I seem to learn from this is that c-development is a lot harder.
What you need to do:
-create the C-routine
-compile
-create the ds-routine linking to the c-routine
-use this routine in a simple job and only now you will be able to check the code.
Aren't there quicker ways for developping? Or maybe: does someone know where to find some basic-set of routines(which can be found for basic everywhere).
We're talking here about 100 routines that need to be translated, are there other ways of handling this?
What have you done with the old basic-routines, maybe still using them?(for performance it doesn't seem a big difference, we are worried about future releases though)