Buildop - doTransfer() function not working

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
sagarkulkarni_in
Participant
Posts: 11
Joined: Sun Jan 30, 2005 11:42 pm

Buildop - doTransfer() function not working

Post by sagarkulkarni_in »

Hi,

I am using DataStage ver 7.1

I am creating a buildop stage.

The input record has 100 columns and I need to pass all those to O/p.

Hence in per-record code I used the functions
readRecord()
doTranfer()
writeRecord();

Note that my AutoRead,AutoWrite and AutoTransfer is set to False.

But doing so I get null values for string and zero for integer in O/p.

So I debugged and found that tansfer is not getting executed.

Could any one please help!!!

Thanks
Sagar :(
dsxuserrio
Participant
Posts: 82
Joined: Thu Dec 02, 2004 10:27 pm
Location: INDIA

Post by dsxuserrio »

If you are looking for a sample buildop look at the following posting
viewtopic.php?t=85975&
dsxuserrio

Kannan.N
Bangalore,INDIA
sagarkulkarni_in
Participant
Posts: 11
Joined: Sun Jan 30, 2005 11:42 pm

Post by sagarkulkarni_in »

Thanks !!!
Post Reply