How to see the C code generated after Transform is compiled

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
syed123
Participant
Posts: 1
Joined: Mon Feb 22, 2010 11:54 pm

How to see the C code generated after Transform is compiled

Post by syed123 »

When ever there is a problem with the transformer compilation it shows the C code that is created from the transformer stage but if i want to see the code when the transformer compiles sucessfully then how am i supposed to do?

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

Post by ray.wurlod »

Determine the job number from the DS_JOBS table then look in subdirectory RT_SCnnn (where nnn is the job number) in your project directory on the server.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The generated transform C code is stored in the RT_SC subdirectory with the job number. The easiest way to find the code is to attach to the project directory and then do a "find . -name *{TransformStageName}*.trx".
Post Reply