Can i Write Data into Hash File through Routine or Any Job?

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
him121
Premium Member
Premium Member
Posts: 55
Joined: Sat Aug 07, 2004 1:50 am

Can i Write Data into Hash File through Routine or Any Job?

Post by him121 »

Hi..
can any one know how to load one single row into Hash file....which exist in the project...

my problem is i have 20 lookups in my Fact job..
i want to match the data of HASH files with the Data coming from source Fact Table...

I want some shortcut method..so if through some routine or some job i can directly enter the proper values into the hash file..
then i can match atleast one row and test my fact job...

thanx..in advance...

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

Post by chulett »

Well, you could write a simple job to read from a sequential file and write to your hash. Build the file with as many records as you wanted to load.
-craig

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