25.133. OPEN file_name FOR mode AS [ # ] i [ LEN=record_length ]

[<<<] [>>>]

Open or create and open a file. The syntax of the line is

OPEN file_name FOR mode AS [ # ] i [ LEN=record_length ]

The parameters:

If the file number is specified as a variable and the variable value is set to integer zero then the command will automatically find a usable file number and set the variable to hold that value. Using any other expression of value integer zero is an error.


[<<<] [>>>]