Advantage Error Guide
Problem: A new record could not be appended because a lock could not be obtained for the new record.
Solution: For a shared work area, the append blank operation automatically obtains a record lock for the newly appended record. If the record cannot be locked, the append fails. This generally occurs because another process has obtained a file lock on the table. Change the program to handle the lock contention.