range for KeyMgtGetNextValueConcurrent

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
mystuff
Premium Member
Premium Member
Posts: 200
Joined: Wed Apr 11, 2007 2:06 pm

range for KeyMgtGetNextValueConcurrent

Post by mystuff »

Hi,

I am using two jobs to populate surrogate key on a table. Is there a way that I could mention definite range of values using KeyMgtGetNextValueConcurrent i.e. mentioning that Job1 should generate keys 1-1000 and Job2 should generate keys 1001-2000. If overflow, then they start from beginning of their range.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, but you could copy it and create your own custom version that does that.
-craig

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