901-REMOVE-TMP-FILE

901-REMOVE-TMP-FILE deletes all the pieces of the temporary file whose name is passed as its argument.

Library DATABASE
Input

WS-TMP-FILE

Output No output returned.

Programming Example

*       Delete work file.
        MOVE temp-file-name             TO WS-TMP-FILE.
        PERFORM 901-REMOVE-TMP-FILE.