Guardian Procedure Calls Reference Manual

Example
In this example, POSITIONEDIT sets the next record number to indicate line 500 in the specified
file.
INT(32) next-record-number := 500000D;
.
.
error := POSITIONEDIT ( filenumber, next-record-number );
Related Programming Manual
For programming information about the POSITIONEDIT procedure, see the Guardian Programmer's
Guide.
POSITIONEDIT Procedure 979