Your source code contains an EXEC CICS statement before the PROCEDURE DIVISION header was found.
The EXEC statement is treated as comments, a SEVERE error is raised, and processing continues with the word following the END-EXEC.
Correct the placement of the EXEC CICS statement within the source program.
Destination: | Source Listing, .TRL file, STDOUT |