Syntax for clearing Hash file in administartor

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
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Syntax for clearing Hash file in administartor

Post by hexa »

Hi!

I am new to datastage
I want to know the syntax for clearing the hash file(clearing its data) through the command option in the administrator

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

Post by chulett »

You are only going to be able to do this if your hash file is in the project or you've created a VOC record for it. If it is "pathed", i.e. is living in a directory outside your project, then this won't work. Otherwise, the syntax is simply:

Code: Select all

CLEAR.FILE HashFileName
-craig

"You can never have too many knives" -- Logan Nine Fingers
hexa
Participant
Posts: 51
Joined: Sun Aug 08, 2004 6:25 am

Syntax for clearing Hash file in administartor

Post by hexa »

Hi!

Thanks for ur reply
I will try it tommorrow at work
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

clear.file pathname is also available from the operating system prompt. The executable is in the DataStage bin directory.
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