Message Oracle PCC-00010 - Statement out of place at line number in file string

ERRORStatement out of place at line number in file string
CAUSEAn EXEC statement was not placed properly in the host program. For example, there might be a data manipulation statement in the Declare Section. In a Pro*COBOL program, the Declare Section might be outside the WORKING-STORAGE or LINKAGE SECTION.
ACTIONRemove or relocate the statement.