RPG (IBM i / AS/400) · Message ID
What does CPF5032 mean in RPG (IBM i / AS/400)?
Record already locked. A record in the file member is already locked by the current job or another job, and the operation attempted needs exclusive access to it.
Record already locked. A record in the file member is already locked by the current job or another job, and the operation attempted needs exclusive access to it.
Check for a prior read-for-update on the same record that was never followed by an update, delete, or explicit unlock, and for two jobs or two sessions of the same program contending for the same record.