Visible to Intel only — GUID: GUID-D13C3BD1-4725-49DD-91BF-4FF278977442
Visible to Intel only — GUID: GUID-D13C3BD1-4725-49DD-91BF-4FF278977442
OPEN: POSITION Specifier
The POSITION specifier indicates the position of a file connected for sequential access. It takes the following form:
POSITION = pos
pos |
Is a scalar default character expression that evaluates to one of the following values:
|
The default is 'ASIS'.
A new file (whether specified as new explicitly or by default) is always positioned at its initial point.
In addition to the POSITION specifier, you can use position statements. The BACKSPACE statement positions a file back one record. The REWIND statement positions a file at its initial point. The ENDFILE statement writes an end-of-file record at the current position and positions the file after it. Note that ENDFILE does not go the end of an existing file, but creates an end-of-file where it is.