Writing to hash file from routine

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
srekant
Premium Member
Premium Member
Posts: 85
Joined: Wed Jan 19, 2005 6:52 am
Location: Detroit

Writing to hash file from routine

Post by srekant »

Hi,

I want to write to an hash file from BASIC routine how can i achieve that .
Any help is appreciated
Sree
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,

Search. :wink:
I could get the follwing from a search.

There are at least three in the sdk category that read from and/or write to hashed files:

KeyMgt\KeyMgtGetNextValue
KeyMgt\KeyMgtGetNextValueConcurrent
Utility\UtilityHashLookup

Double-click on them in the Manager to expose the code. Study. Refer to BASIC manual. Test the concepts. Understand the concepts. Create own routine.

-Kumar
Post Reply