OPEN Statement

<open statement>

── OPEN ── ( ── <file identifier> ── ) ────────────────────┤

Explanation

The OPEN statement is used to explicitly open a file according to the value of the file attributes. For more information, refer to File Handling.

Example

The following is an example of the OPEN statement:

OPEN (FILEOUT)