Use account name option in Hashfile stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
shah.tejasvi.p
Participant
Posts: 5
Joined: Wed Nov 19, 2008 11:25 pm

Use account name option in Hashfile stage

Post by shah.tejasvi.p »

Hi,

I have a job that writes data into a hashfile.
When I look into the hashfile stage, the use account name option is used and the file name in the input stage is a job parameter.
I can view the contents of the hashfile using view data option but where can I actually find this file?

Thanks for all your help in advance.
Klaus Schaefer
Participant
Posts: 94
Joined: Wed May 08, 2002 8:44 am
Location: Germany
Contact:

Post by Klaus Schaefer »

Hello Shah,

be aware that a hash file is a UNIVERSE table - not readable/editable with a simple text file editor. It can be found in the project folder specified in the account name option. If the account name field is left empty (which usually is the case) the hash file ist created in your current project folder.

Klaus
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

For example, on Windows at release 7, if your software is installed on the server at E:\Ascential\DataStage, then the file you are looking for would be in E:\Ascential\DataStage\Projects\ProjectName\Filename.

I would also not recommend modifying or moving the file at the O/S level. DataStage has internal pointers that keep track of the file.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply