Page 1 of 1

Transformer Code

Posted: Thu Oct 18, 2007 3:25 am
by hema177
Hi,

Is there any way one can view the code generated by the transformer via datastage or on the server?

Thanks,

Hema

Posted: Thu Oct 18, 2007 4:52 am
by throbinson
Yes.
1. Compile the job that contains the Transformer.
2. Determine the JOBNO (Jobnumber) for the job.
3. cd to the RT_SC<JOBNO> located within the project subdirectory.
4. view VOSO_<Jobname>_Transformer_O.trx.

This is the generated file to implement the transform operator.

Posted: Thu Oct 18, 2007 9:33 am
by hema177
Excellent. Thanks!