SET REWRITE-FUNCTION TO TRUE CALL "I$IO" USING IO-FUNCTION f record size GIVING returnCode |
f | must be a valid file handle returned by OPEN-FUNCTION. | |
record | points to the new record to place in the file. | |
size | may be zero to indicate the maximum record size for the file. The record replaced is specified by the primary key value found in record. The size of the new record need not match the size of the existing record. |
>0 | Operation successful. |
0 | Operation failed. |