Delete 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
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

Delete Hash file

Post by Shree0410 »

Hi guys,

How to delete a hash file from a file directory.
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

You can try DELETE.FILE tcl command.

Sam
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Created in the project? TCL command DELETE.FILE from DS Administrator. In an external directory, Unix command "rm -r yourhashedfile"
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

If created in an external directory...
Go the location that you provided for creating the hash file
xxx being your hashed file name

You need to do two deletes

1.The directory xxx
2.A file which has "D_" prefixed to the hashed filename i.e D_xxx
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply