Oracle Message PCC-01006 - EXEC statement cannot begin in Area A at line number in file string

ERROREXEC statement cannot begin in Area A at line number in file string
CAUSEIn a Pro*COBOL program, EXEC statements must begin in Area B, but the precompiler found a statement beginning in Area A.
ACTIONMove the statement rightward so that it begins in Area B.