How can we ser "No Limit Warning in dsjob common"

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
thepakks
Participant
Posts: 22
Joined: Mon Aug 13, 2007 4:28 am
Location: Delhi

How can we ser "No Limit Warning in dsjob common"

Post by thepakks »

Hi All,

Can we set Warning limit in dsjob -run command?

I want to set it no limit.

Thanks
Deepa Kr Sharma
Deepak
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is no mechanism for doing so.

If the project default (set in Director) is N, then the dsjob command will inherit this value. Set N = 0 if you want unlimited warnings.

Beware, though, that this can cause your log table to become very large which slows execution of your job hugely.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Actually there is, the same one you mentioned: dsjob -run -warn 0 Here zero equals unlimited as well. Usually a Bad Idea but that's how you would do it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply