Page 1 of 1

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

Posted: Sat Aug 28, 2004 9:03 am
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

Posted: Sat Aug 28, 2004 9:15 am
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.