Use POS(N) instead of OVERLAY(DS_NAME:N) when DS_NAME is the data-structure name.
20
Cause . . . . . : The OVERLAY keyword cannot be used with the data structure name in free-form definitions. Use the POS keyword instead.
Recovery . . . : Change the OVERLAY keyword to the POS keyword. Compile again.