The Open statement is missing a KFName specification
A key file name was specified for a non-keyed file.
You specified Key information but forgot the ",Keyed" at the end of the statement.
Remedy:
Add the missing KFName specification.
If no key was specified for a file to be opened Keyed, either add the key or delete the Keyed keyword from the open string.If a key file name was specified for a non-keyed file, either remove the KFName specification or add the Keyed keyword to the end of the Open statement.