Transformer C source file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mrvsr
Premium Member
Premium Member
Posts: 40
Joined: Fri Aug 03, 2007 8:33 am

Transformer C source file

Post by mrvsr »

Could you please tell me Is there any way to see the C COMPLETE source code file which implemetes the runLocally function etc., created for a transformer stage of any job in project folder.
How to retain that C file.
I could see only .trx and .o files.

Thanks.
Thanks
MRVSR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

For starters, it's C++, not C. You will potentially see lots of classes mentioned that are not part of standard C. The C++ source code is retained within the project directory, in a sub-directory called RT_SCnnn (RT = runtime, SC = source code, nnn = the job number from DS_JOBS).
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