How to delete hash files from a file path

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

How to delete hash files from a file path

Post by Shree0410 »

Once my sequencer job successfully finished executing the DS server jobs, I want to delete the hash files created by the process.

Can you suggest me the best way to do it.

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

Post by kcbland »

Externally pathed? rm -r Inside the project? DSExecTcl w/ DELETE.FILE 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And to get everything externally pathed, suggest you use "rm -rf *YourHashedFilename" to get the Dictionary file as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply