In your BUFFER-COPY statement you listed a field that only exists in the target table. The list of fields in the EXCEPT or USING phrase should be in the terms of the source table.

Noncompliant Code Example


Compliant Solution