rejection logic

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
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

rejection logic

Post by veera24 »

Actually i got to generate sequence ID'S.After that, i'll load d data into DB.So i ll generate the ID'S irrespective of the rejection.So i need to pull the ID'S again without generating again cos am supposed to maintain uniqueness.Is there any logic for single rejection run?and moreover am supposed to parameterise the hardcode values also..ll any one help me 4 this?...

Thanks in advance,
veera.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The best advice is to write out what has to happen in each circumstance, in English (or your language of choice). This becomes the specification from which you can then develop your algorithms and, finally, your job design.
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

Re: rejection logic

Post by chulett »

veera24 wrote:Actually i got to generate sequence ID'S.After that, i'll load d data into DB.So i ll generate the ID'S irrespective of the rejection.So i need to pull the ID'S again without generating again cos am supposed to maintain uniqueness.Is there any logic for single rejection run?and moreover am supposed to parameterise the hardcode values also..ll any one help me 4 this?...
:? 'single rejection run'? What 'hardcode values'?

I'm sorry, but I really have no idea what you are trying to accomplish or what exactly you need help with - other than load data with surrogate values. Can you try again please, rephrase this for us?
-craig

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