Close a file.
If the CLOSE
command is omitted, any input
file that is open is automatically closed when processing of a procedure file
(including all nested procedure files) terminates. If an output file is open,
an end-of-file marker is generated.
CLOSE filenumber
filenumber can be a number between 1 and 4.
Close file 1:
CLOSE 1
Copyscr.ncp
#RC
(SUCCESS
if
CLOSE
was successful. FAILURE
if
CLOSE
was not successful.)
Procedure File: | Yes |
Command Line: | No |
Key: | No |
API: | No |