I keep finding temp files in the IFS(files starting with ~). The only way I can delete the files is through iseries navigator. My question are: (1) How can I prevent these files from being created and (2) is there an automated way to delete them?
Software/Hardware used:
ASKED:
September 26, 2005 12:07 PM
UPDATED:
November 14, 2009 9:24 AM
How do you know they’re “temp” files? Having a tilde as part of their name does not make them temporary. The only thing that makes them temporary is being deleted by the program that creates them — unless the program fails of course, which is why you’ll find ’tilde’ files on most Windows PCs in multiple directories.
If you want such files deleted, you probably ought to schedule a program that deletes them — that’s what the job scheduler is for.
Tom