Issue abort after 50 warnings

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
chetan.c
Participant
Posts: 112
Joined: Tue Jan 17, 2012 2:09 am
Location: Bangalore

Issue abort after 50 warnings

Post by chetan.c »

Hi,
I am running a job from Command line.
The job aborts after 50 wanings.

When run from director i have set in options no limit for warnings and hence it does not abort there.

How should this be handled when running from command line?


Thanks,
Chetan.C
chetan.c
Participant
Posts: 112
Joined: Tue Jan 17, 2012 2:09 am
Location: Bangalore

Post by chetan.c »

Found the solution to it.

Its the option -warn 0 (Unlimited warnings)
Post Reply