Updates the contents of a logical record in a file.
Operation Notes |
 |
This intrinsic does not read the advance flag. If the record's key data is unchanged, it does not position any pointers, but sets the advance flag to TRUE. If the record's key data changes, it positions the logical record pointer and the physical pointer to the appropriate record and sets the advance flag to FALSE. The act of updating the keys advances the pointers to the next record.
The record to be updated is the record pointed to by the logical data pointer. FUPDATE moves the specified information from the stack into this record. The file containing this record must be opened with the update aoption specified
in the FOPEN/HPFOPEN call and the file cannot have variable-length records. If RIO access is used, the modified
record is set to the ACTIVE state.