Transformer 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
hema177
Participant
Posts: 19
Joined: Fri Apr 07, 2006 12:29 pm
Location: Edinburgh

Transformer Code

Post by hema177 »

Hi,

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

Thanks,

Hema
throbinson
Charter Member
Charter Member
Posts: 299
Joined: Wed Nov 13, 2002 5:38 pm
Location: USA

Post 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.
hema177
Participant
Posts: 19
Joined: Fri Apr 07, 2006 12:29 pm
Location: Edinburgh

Post by hema177 »

Excellent. Thanks!
Post Reply