Dont want to abort after 50 rows

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
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Dont want to abort after 50 rows

Post by SURA »

Hello All

I am using a multiple instance server job to load the data.

As per the present need i don't want the job to abort even if the records has been rejected.

If i run the job manually, i can change the Warning Limits whereas when the job has been triggered Master Sequence how to chance it to "No Limit"?
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

So a job would normally inherit the limit value from the controlling sequence, are you saying you do not want this to happen - ie for a particular job you want to override the limit warning?
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

Yes.

As per the design this is the only place where job can run no matter what? Rest of the designs are made to trigger the Abort process.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

-warn n should work i believe.

In this situation, a sequence is triggering the job, but i am using dsjob to trigger the sequence.

I am not sure -warn n to sequence will reflect to this job?

Let me try!

If you guys have any idea, please share with me.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

- warn 0 worked.

Thanks to all.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
Post Reply