On 9/3/07, Colin Allinson <[EMAIL PROTECTED]> wrote: > How can I suppress (or, better still, prevent) this message as this is > intended to be utility code used by various end users.
It appears something in your pipeline has the file open or locked, which prevents erasing the file (maybe somewhere in those REXX stages). I am not sure why it works anyway, but maybe your pipeline is actually creating the file twice or so? Obviously you could erase or rename the file yourself before you start the pipeline, if you cannot make the topology such that opening the file is avoided. Rob
