KeyMgtGetNextValue doubt

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
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

KeyMgtGetNextValue doubt

Post by sravanthi »

Hi,

In an existing job ,it uses KeyMgtGetNextValue('seqABC') in a tranformer .The job is working fine in production too.

My doubt is where from seqABC comes from.I have searched through the jobs and was not able to find.

Can anyone of you please let me know where i can find this .Where this may be stored.

Thanks,
sravanthi
DeepakCorning
Premium Member
Premium Member
Posts: 503
Joined: Wed Jun 29, 2005 8:14 am

Post by DeepakCorning »

It references a Hashed file. Open the routine and check out the code.
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

Post by sravanthi »

Thanks

I found that it stores in SDKsequences and VOC file.
sravanthi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not quite.

The next value is stored in SDKSequences (note different casing).

Although the routine checks the VOC file, it does not store anything there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply