FCLOSE procedure
The FCLOSE procedure closes a specified file.
Syntax
Procedure parameters
- file
- An input or output argument of type UTL_FILE.FILE_TYPE that contains the file handle. When the file is closed, this value is set to 0.
The FCLOSE procedure closes a specified file.