Hash file

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
Sachin.tilloo
Participant
Posts: 17
Joined: Wed Mar 07, 2007 12:54 am

Hash file

Post by Sachin.tilloo »

Can someone tell me where the exactly hashfile stores?
how to find the path of the hash file?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

A hash file is a tool for shaping a block of hash. It does not store anything.

You may be enquiring about a hashed file.

Its pathname is wherever you created it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sachin.tilloo
Participant
Posts: 17
Joined: Wed Mar 07, 2007 12:54 am

Post by Sachin.tilloo »

Thanks for Reply
But my Question is as hash file stores into repository
so how can i find out the path of the hash file if it is not given?
if it is not given in parameter also.
trobinson
Participant
Posts: 208
Joined: Thu Apr 11, 2002 6:02 am
Location: Saint Louis
Contact:

Post by trobinson »

If you don't give a path then the Hashed file will be stored in the Project subdirectory on the Server.

If UNIX then

cd `cat /.dshome`
cd ../Projects/<Projectname>
Sachin.tilloo
Participant
Posts: 17
Joined: Wed Mar 07, 2007 12:54 am

Post by Sachin.tilloo »

Thanks thats what i want.
thanks for reply.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's no location of a hash file because there's no such thing.

It's a HASHED file.
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