Retrieve Hash File

How to retrieve hash file data from administrator command?

Questions by vmoudgalya

Showing Answers 1 - 3 of 3 Answers

Open datastage administrator.Select your project.On the right hand side,you will see "Command" button.Click on it.You will get a command interface window.

Here you can write select queries to retrieve data from  a hash file.
For eaxmple : Let's say you have created a Hash file say "TestHashFile".

To retrieve the contents,you will have to fire following query :

select * from TestHashFile;

Note : In the Hashed file stage you will have to select the option "Use Account Name" to create a hash file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions