I have a problem trying to use this subtask in our unix system. The documention states that there are three options to use if the file that is being checked for is missing (-error [ABORT](NEXT)[CONTINUE]). This functionality does not appear to work for us as the process creates an 'ABORT' status whenever a file is missing even though we use '-error NEXT' which should stop the current task and continue to the next task. Can someone lead me to the script / macro that controls this. I have looked ant keyword.pl that manages the subtask functionality but it does not handle the error checking. Any help would be appreciated.