<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am running a process using the SLEEP along
with EXISTS commands to see if there is a file to be imported. If the file
exists, I use CALL to run the import process. At the end of the actual import
processing, I try to delete the .txt document, that was imported. At this point,
the .txt file is always locked. I also tried to delete it after returning to the
sleep processing, but it was still locked. </FONT><FONT face=Arial size=2>I
don't want to exit out of the process with the SLEEP command, but I need to
delete the file once it has been imported. What am I missing?</FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks, </FONT><FONT face=Arial size=2>Mike
Fedko</FONT></DIV></BODY></HTML>