did you know? The PX transformer stage generates C Code

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
bigpoppa
Participant
Posts: 190
Joined: Fri Feb 28, 2003 11:39 am

did you know? The PX transformer stage generates C Code

Post by bigpoppa »

The PX transformer stage generates C Code that you can view if you can find the appropriate RT_SC## directory in Projects dir on the server. When your PX transformer is not compiling, you can check the generated C code. Occasionally, you will find that the code has been generated incorrectly (a bug! that should be reported). Sometimes, reading the generated code makes it easier to find errors in user-keyed logic - especially in long if-then statements.

- BP
Post Reply