Setting return code on warning greate than 10

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

atulghate
Participant
Posts: 10
Joined: Sat Jul 09, 2005 8:28 am

Post by atulghate »

Thanks A lot thomson. You probably are right, I might have to chnge my approach.

As far as the warnings are concerned, they are not because of data. Warning like sequential file can not preserve partition (I tied everything for this, doesn't seem to go. Another one is upsert will reduce array size to 1 for stage. )

Anyway looks kie counting warnings might be a good solution..
Thanks Again.
rony_daniel
Participant
Posts: 36
Joined: Thu Sep 01, 2005 5:44 am
Location: Canada

Post by rony_daniel »

[quote="atulghate"]As far as the warnings are concerned, they are not because of data. Warning like sequential file can not preserve partition (I tied everything for this, doesn't seem to go. Another one is upsert will reduce array size to 1 for stage. )
quote]

Warning of Preserve partition can be removed if you set clear the partition for the stage just before your sequential file stage.
Post Reply