$FILECLOSE (close file)
$FILECLOSE declares an end to editing on the file to which data was output.
Syntax
$FILECLOSE(file-object)
Values
-
file-object
Specifies the file object of the file for which editing is to be ended. Specify the variable name of the file object requested by the $FILEOPEN embedded function.
Status
The following table lists and describes the possible statuses:
|
Status |
Description |
|---|---|
|
NORMAL |
Normal end |
|
NODATA |
— |
|
ERROR |
— |
|
Script execution interrupted |
Indicates one of the following:
|
- Legend:
-
—: Not applicable
Example
See the example in $FILEOPEN (open file).