A period or COBOL verb was encountered in an EXEC statement instead of (or before) the END-EXEC to terminate the EXEC statement.
The EXEC statement is treated as comments, a SEVERE error is raised, and processing continues with the COBOL verb or the word following the period.
Correct the EXEC statement so that it conforms to the defined syntax for EXEC statements.
Destination: | Source Listing, .TRL file, STDOUT |