Previous Topic: &FILE ADD

Next Topic: &FILE DEL


&FILE CLOSE

The &FILE CLOSE verb disconnects from one or more files.

This verb has the following format:

&FILE CLOSE [ OPT=ALL | ID=fileid ]

Operands:

OPT=ALL

Requests that all files currently open to this NCL process be closed.

ID=fileid

(Mandatory unless OPT=ALL) Identifies a single file to be closed.

Return Codes:

The &FILERC system variable is not set by this operation.

More information:

&FILE