REMOVE-FUNCTION
This function removes the indexed file from disk.
RETURN-CODE is set to ZERO on failure.
Syntax
 SET REMOVE-FUNCTION TO TRUE
 
 CALL "I$IO" USING IO-FUNCTION
                   name
            GIVING returnCode
Parameters:
name
the name of the file to be removed.
Return code:
returnCode can be any signed numeric data item and provides additional information:
>0
Operation successful.
0
Operation failed.