Loading table with parameter values

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
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Loading table with parameter values

Post by mydsworld »

I need to run a DS job that just loads some passed parameters into a table (for error logging).However I find :

Transformer -> DB2 API

gives error, as I require to specify some input stage.

Please let me know which stage is to be used (and how) as dummy.

Thanks
Madhavan VM
Participant
Posts: 33
Joined: Sat Jul 02, 2005 2:27 am
Location: Bangalore

Post by Madhavan VM »

Hello,

I believe the job that you have designed consists of only a transformer and then a DB2 API stage. This would not work. Provide a row generator to generate a dummy row with dummy value and then a transformer and then the DB2API.
warm regards,
Ajith GK
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Post by mydsworld »

Then shall I not be constrained by the number of row generator records in the input. Say if the row generator is set to generate 10 rows then the loaded count in DB2 API will also be 10. Also, the dummy rows may not be relevant to the DB2 API stage.
Post Reply